RequestsHttpClient

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

sendGetRequest
string sendGetRequest(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
sendPostRequestJson
string sendPostRequestJson(string url, string bodyJson)
Undocumented in source. Be warned that the author may not have intended to support it.
setProxy
void setProxy(string host, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

proxyHost
string proxyHost;
Undocumented in source.
proxyPort
ushort proxyPort;
Undocumented in source.

Inherited Members

From HttpClient

sendGetRequest
string sendGetRequest(string url)
Undocumented in source.
sendPostRequestJson
string sendPostRequestJson(string url, string bodyJson)
Undocumented in source.

Meta