HttpRequest

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

body
void body(string body)
Undocumented in source. Be warned that the author may not have intended to support it.
body
string body()
Undocumented in source. Be warned that the author may not have intended to support it.
header
void header(string header, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
header
string header(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
headers
string[string] headers()
Undocumented in source. Be warned that the author may not have intended to support it.
httpVersion
void httpVersion(string http_version)
Undocumented in source. Be warned that the author may not have intended to support it.
httpVersion
string httpVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
method
void method(HttpMethod method)
Undocumented in source. Be warned that the author may not have intended to support it.
method
HttpMethod method()
Undocumented in source. Be warned that the author may not have intended to support it.
path
void path(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
path
string path()
Undocumented in source. Be warned that the author may not have intended to support it.
uri
void uri(Url uri)
Undocumented in source. Be warned that the author may not have intended to support it.
uri
Url uri()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fields
string[string] fields;
Undocumented in source.
files
MultiPart[] files;
Undocumented in source.
parameters
string[string] parameters;
Undocumented in source.
query
string[string] query;
Undocumented in source.

Meta