HttpConnectionBase

Undocumented in source.

Constructors

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

Destructor

~this
~this()
Undocumented in source.

Members

Functions

_linkProcessing
bool _linkProcessing()
Undocumented in source. Be warned that the author may not have intended to support it.
createMessage
HttpIncomingMessage createMessage()
Undocumented in source.
onBeforeProcess
void onBeforeProcess()
Undocumented in source.
onMessageBegin
void onMessageBegin()
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.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

currentMessage
HttpIncomingMessage currentMessage [@property getter]
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.
parser
HttpParser parser [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Looper

loop
Loop loop [@property getter]
Undocumented in source.

Meta