ParserBase

Undocumented in source.

Members

Functions

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.
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.

Manifest constants

MAX_HTTP_REQUEST_BUFF
enum MAX_HTTP_REQUEST_BUFF;
Undocumented in source.

Variables

CONTEXT
enum string CONTEXT;
Undocumented in source.
HTTPHEADEOF
string HTTPHEADEOF;
Undocumented in source.
LINEFEEDS
string LINEFEEDS;
Undocumented in source.

Meta