HttpRequest

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

body
HttpRequest 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.
context
HttpRequest context(HttpContext context)
Undocumented in source. Be warned that the author may not have intended to support it.
cookie
string cookie(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
cookies
string[string] cookies()
Undocumented in source. Be warned that the author may not have intended to support it.
header
HttpRequest 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
HttpRequest httpVersion(string httpVersion)
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.
ip
string ip()
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.
param
string param(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
parseCookieWhenNeeded
void parseCookieWhenNeeded()
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.
query
string query(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
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.
middlewareHandlers
HttpRequestMiddlewareHandler[] middlewareHandlers;
Undocumented in source.
params
string[string] params;
Undocumented in source.

Meta