HttpRequestParserHandler

Undocumented in source.

Members

Functions

headers
Header[] headers()
Undocumented in source. Be warned that the author may not have intended to support it.
onHeader
void onHeader(const(char)[] name, const(char)[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
onMethod
void onMethod(const(char)[] method)
Undocumented in source. Be warned that the author may not have intended to support it.
onStatus
void onStatus(int status)
Undocumented in source. Be warned that the author may not have intended to support it.
onStatusMsg
void onStatusMsg(const(char)[] statusMsg)
Undocumented in source. Be warned that the author may not have intended to support it.
onUri
void onUri(const(char)[] uri)
Undocumented in source. Be warned that the author may not have intended to support it.
onVersion
int onVersion(const(char)[] ver)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

method
const(char)[] method;
Undocumented in source.
minorVer
int minorVer;
Undocumented in source.
status
int status;
Undocumented in source.
statusMsg
const(char)[] statusMsg;
Undocumented in source.
uri
const(char)[] uri;
Undocumented in source.

Inherited Members

From HttpMessageHandler

onMethod
void onMethod(const(char)[] method)
Undocumented in source.
onUri
void onUri(const(char)[] uri)
Undocumented in source.
onVersion
int onVersion(const(char)[] ver)
Undocumented in source.
onHeader
void onHeader(const(char)[] name, const(char)[] value)
Undocumented in source.
onStatus
void onStatus(int status)
Undocumented in source.
onStatusMsg
void onStatusMsg(const(char)[] statusMsg)
Undocumented in source.

Meta