collie.codec.http.parser.parsertype

Undocumented in source.

Members

Enums

HTTPMethod
enum HTTPMethod
Undocumented in source.
HTTPParserErrno
enum HTTPParserErrno
Undocumented in source.
HTTPParserFlags
enum HTTPParserFlags
Undocumented in source.
HTTPParserHeaderstates
enum HTTPParserHeaderstates
Undocumented in source.
HTTPParserHostState
enum HTTPParserHostState
Undocumented in source.
HTTPParserState
enum HTTPParserState
Undocumented in source.
HTTPParserType
enum HTTPParserType
Undocumented in source.
HTTPParserURLFields
enum HTTPParserURLFields
Undocumented in source.

Functions

T
ubyte T(ubyte v)
Undocumented in source. Be warned that the author may not have intended to support it.
T
ubyte T(ubyte v)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

CR
enum CR;
Undocumented in source.
LF
enum LF;
Undocumented in source.
ULLONG_MAX
enum ULLONG_MAX;
Undocumented in source.

Static variables

error_string
string[33] error_string;
Undocumented in source.
method_strings
string[34] method_strings;
Undocumented in source.
normal_url_char
ubyte[32] normal_url_char;
Undocumented in source.
tokens
char[256] tokens;
Undocumented in source.
unhex
byte[256] unhex;
Undocumented in source.

Variables

CHUNKED
enum ubyte[] CHUNKED;
Undocumented in source.
CLOSE
enum ubyte[] CLOSE;
Undocumented in source.
CONNECTION
enum ubyte[] CONNECTION;
Undocumented in source.
CONTENT_LENGTH
enum ubyte[] CONTENT_LENGTH;
Undocumented in source.
KEEP_ALIVE
enum ubyte[] KEEP_ALIVE;
Undocumented in source.
PROXY_CONNECTION
enum ubyte[] PROXY_CONNECTION;
Undocumented in source.
TRANSFER_ENCODING
enum ubyte[] TRANSFER_ENCODING;
Undocumented in source.
UPGRADE
enum ubyte[] UPGRADE;
Undocumented in source.

Meta