HttpDecoder

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

decode
void decode(ByteBuffer buf, Connection connection)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ParserBase

CONTEXT
enum string CONTEXT;
Undocumented in source.
HTTPHEADEOF
string HTTPHEADEOF;
Undocumented in source.
LINEFEEDS
string LINEFEEDS;
Undocumented in source.
MAX_HTTP_REQUEST_BUFF
enum MAX_HTTP_REQUEST_BUFF;
Undocumented in source.
parserTcpStream
void parserTcpStream(EvBuffer!ubyte src, ubyte[] incr, Connection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
parserHttpStream
void parserHttpStream(EvBuffer!ubyte src, ubyte[] incr, Connection connection)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta