Msg

The message struct to use when parsing HTTP requests, using the httparsed library.

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.
reset
void reset()
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.

Meta