- downloadFile
void downloadFile(string url, string target)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFile
void[] 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
void[] post(string url, void[] 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.
- checkOK
void checkOK(HNet hUrl)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
HNet connect(HNet hNet, string serverName, INTERNET_PORT port)
Undocumented in source. Be warned that the author may not have intended to support it.
- doDownload
void doDownload(HNet hUrl, void delegate(ubyte[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- doDownload
void doDownload(HNet hUrl, void delegate(const ubyte[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- httpQuery
void[][] httpQuery(HNet hUrl, uint infoLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
- httpQueryNumber
uint httpQueryNumber(HNet hUrl, uint infoLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
- httpQueryOne
void[] httpQueryOne(HNet hUrl, uint infoLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
- httpQueryString
string httpQueryString(HNet hUrl, uint infoLevel)
Undocumented in source. Be warned that the author may not have intended to support it.
- open
HNet open(DWORD flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- openRequest
HNet openRequest(HNet hCon, string method, string resource, DWORD flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- openUrl
HNet openUrl(HNet hNet, string url)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendRequest
void sendRequest(HNet hReq, string headers, void[] optionalData)
Undocumented in source. Be warned that the author may not have intended to support it.
- urlFlags
DWORD urlFlags(string url)
Undocumented in source. Be warned that the author may not have intended to support it.