yu.tools.http1xparser.default_

Undocumented in source.

Members

Classes

Http1xParserExcetion
class Http1xParserExcetion
Undocumented in source.
Http1xParserStopExcetion
class Http1xParserStopExcetion
Undocumented in source.

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.
HTTPParserURLFields
enum HTTPParserURLFields
Undocumented in source.
HTTPType
enum HTTPType
Undocumented in source.
http_parser_url_fields
enum http_parser_url_fields
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.
buildMethodID
HTTPMethod[string] buildMethodID()
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.

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.
error_string
enum string[33] error_string;
Undocumented in source.
method_id
enum HTTPMethod[string] method_id;
Undocumented in source.
method_strings
enum string[34] method_strings;
Undocumented in source.
normal_url_char
enum ubyte[32] normal_url_char;
Undocumented in source.
tokens
enum char[256] tokens;
Undocumented in source.
unhex
enum byte[256] unhex;
Undocumented in source.

Meta