- downloadFile
void downloadFile(string url, string target)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFile
ubyte[] getFile(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
- httpRequest
HttpResponse httpRequest(HttpRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.
- post
ubyte[] post(string url, const(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- resolveRedirect
string resolveRedirect(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
- urlOK
bool urlOK(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
Implementation of Network using libcurl.