HttpRequestParserHandler

Undocumented in source.

Constructors

this
this(HttpRequest request)
Undocumented in source.

Members

Functions

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.
request
HttpRequest request()
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.

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