HttpRequestParameters

Undocumented in source.

Members

Variables

acceptGzip
bool acceptGzip;
authorization
string authorization;
bodyData
ubyte[] bodyData;
contentType
string contentType;
cookies
string[string] cookies;
headers
string[] headers;

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

host
string host;
keepAlive
bool keepAlive;
method
HttpVerb method;
port
ushort port;
ssl
bool ssl;
unixSocketPath
string unixSocketPath;
uri
string uri;
useHttp11
bool useHttp11;
userAgent
string userAgent;
Suggestion Box / Bug Report