HttpIncomingMessage

Undocumented in source.

Constructors

this
this(HttpConnectionBase connection)
Undocumented in source.

Members

Functions

read
Action!(void, HttpBodyChunk) read()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

rawUri
string rawUri [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rawUri
string rawUri [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
shouldRead
bool shouldRead [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
transmissionMode
HttpBodyTransmissionMode transmissionMode [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
transmissionMode
HttpBodyTransmissionMode transmissionMode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
uri
Uri uri [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
uri
Uri uri [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_bufferedChunk
HttpBodyChunk _bufferedChunk;
Undocumented in source.
_isProcessingLinked
bool _isProcessingLinked;
Undocumented in source.
_isReadingComplete
bool _isReadingComplete;
Undocumented in source.
_readTrigger
void delegate(HttpBodyChunk) _readTrigger;
Undocumented in source.

Inherited Members

From HttpMessage

loop
Loop loop [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
headers
HttpHeader[] headers [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
contentType
string contentType [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
addHeader
void addHeader(HttpHeader header)
Undocumented in source. Be warned that the author may not have intended to support it.
protocolVersion
void protocolVersion(HttpVersion v)
Undocumented in source. Be warned that the author may not have intended to support it.
protocolVersion
HttpVersion protocolVersion()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta