Request.RequestImpl

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
clearFiles
void clearFiles()
Undocumented in source. Be warned that the author may not have intended to support it.
process
void process()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_cookie
string[string] _cookie;
Undocumented in source.
_data
char[] _data;
Undocumented in source.
_form
FormData[string] _form;
Undocumented in source.
_get
string[string] _get;
Undocumented in source.
_header
string[string] _header;
Undocumented in source.
_host
string _host;
Undocumented in source.
_httpVersion
HttpVersion _httpVersion;
Undocumented in source.
_method
string _method;
Undocumented in source.
_parsingStatus
ParsingStatus _parsingStatus;
Undocumented in source.
_password
string _password;
Undocumented in source.
_post
string[string] _post;
Undocumented in source.
_postDataContentType
string _postDataContentType;
Undocumented in source.
_rawHeaders
string _rawHeaders;
Undocumented in source.
_rawQueryString
string _rawQueryString;
Undocumented in source.
_rawRequestLine
string _rawRequestLine;
Undocumented in source.
_requestId
size_t _requestId;
Undocumented in source.
_route
string[] _route;
Undocumented in source.
_uploadId
size_t _uploadId;
Undocumented in source.
_uri
string _uri;
Undocumented in source.
_user
string _user;
Undocumented in source.
_worker
string _worker;
Undocumented in source.

Meta