HttpServerConnection

Undocumented in source.

Constructors

this
this(TcpStream stream)
Undocumented in source.

Members

Aliases

processEventList
alias processEventList = Action!(void, HttpRequest, HttpResponse)
Undocumented in source.

Functions

createIncomingMessage
HttpRequest createIncomingMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
onBeforeProcess
void onBeforeProcess()
Undocumented in source. Be warned that the author may not have intended to support it.
onMessageBegin
void onMessageBegin()
Undocumented in source. Be warned that the author may not have intended to support it.
onProcessMessage
void onProcessMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
process
processEventList process()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta