Last update February 20, 2007

Libcur L



EasyCurl

Example

import easycurl;

void main () {
    
    EasyCurl curl = new EasyCurl("http://www.digitalmars.com");
    char []  buf = curl.stringPerform();

    curl.url("ftp://ftp.digitalmars.com/dmd.zip");
    curl.filePerform("dmd.zip"); // save as local file dmd.zip

}

See the easycurl_unittests.d for more examples.


FolderProjects
FrontPage | News | TestPage | MessageBoard | Search | Contributors | Folders | Index | Help | Preferences | Edit

Edit text of this page (date of last change: February 20, 2007 19:11 (diff))