- GET_sync
HTTPResponse GET_sync(string url, size_t allowable_redirects)
Undocumented in source. Be warned that the author may not have intended to support it.
- POST_sync
HTTPResponse POST_sync(string url, string content_type, Vector!(ubyte, ALLOC) _body, size_t allowable_redirects)
Undocumented in source. Be warned that the author may not have intended to support it.
- httpSync
HTTPResponse httpSync(string verb, string url, string content_type, Vector!ubyte _body, size_t allowable_redirects)
Undocumented in source. Be warned that the author may not have intended to support it.
- httpTransact
string httpTransact(string hostname, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- urlEncode
string urlEncode(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
HTTP utilities