- get
WebData get(string uri, string[string] headers, Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_async
NNGAio get_async(string uri, string[string] headers, webclienthandler handler, Duration timeout, void* context)
Undocumented in source. Be warned that the author may not have intended to support it.
- post
WebData post(string uri, ubyte[] data, string[string] headers, Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- post_async
NNGAio post_async(string uri, ubyte[] data, string[string] headers, webclienthandler handler, Duration timeout, void* context)
Undocumented in source. Be warned that the author may not have intended to support it.
- request
NNGAio request(string method, string uri, string[string] headers, string text, ubyte[] data, webclienthandler onsuccess, webclienthandler onerror, Duration timeout, void* context)
Undocumented in source. Be warned that the author may not have intended to support it.