HttpRequestParameters

Undocumented in source.
version(none)
struct HttpRequestParameters {
Duration timeout;
bool useHttp11;
bool acceptGzip;
HttpVerb method;
string host;
string uri;
string userAgent;
string[string] cookies;
string contentType;
ubyte[] bodyData;
}

Members

Variables

headers
string[] headers;

do not duplicate host, content-length, content-type, or any others that have a specific property

Suggestion Box / Bug Report