HttpConnection

Undocumented in source.

Constructors

this
this(TcpStream stream, HttpParserType parserType)
Undocumented in source.

Members

Aliases

currentMessage
alias currentMessage = HttpConnectionBase.currentMessage
Undocumented in source.

Functions

createIncomingMessage
TIncomingMessage createIncomingMessage()
Undocumented in source.
createMessage
HttpIncomingMessage createMessage()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

currentMessage
TIncomingMessage currentMessage [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From HttpConnectionBase

write
void write(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
currentMessage
HttpIncomingMessage currentMessage [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
parser
HttpParser parser [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
createMessage
HttpIncomingMessage createMessage()
Undocumented in source.
onMessageBegin
void onMessageBegin()
Undocumented in source.
onBeforeProcess
void onBeforeProcess()
Undocumented in source.
onProcessMessage
void onProcessMessage()
Undocumented in source.
onStatusComplete
void onStatusComplete(string statusLine, uint statusCode)
Undocumented in source. Be warned that the author may not have intended to support it.
_linkProcessing
bool _linkProcessing()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
loop
Loop loop [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta