hio.http.http_parser

Undocumented in source.

Members

Aliases

http_cb
alias http_cb = int function(http_parser*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
http_data_cb
alias http_data_cb = int function(http_parser*, const char* at, size_t length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

http_parser_type
enum http_parser_type
Undocumented in source.
http_parser_url_fields
enum http_parser_url_fields
Undocumented in source.

Functions

http_parser_execute
size_t http_parser_execute(http_parser* parser, http_parser_settings* settings, char* data, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
http_parser_init
void http_parser_init(http_parser* parser, http_parser_type type)
http_parser_parse_url
int http_parser_parse_url(char* buf, size_t buflen, int is_connect, http_parser_url* u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
http_parser_url_init
void http_parser_url_init(http_parser_url* u)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_field_data
struct _field_data
Undocumented in source.
http_parser
struct http_parser
Undocumented in source.
http_parser_settings
struct http_parser_settings
Undocumented in source.
http_parser_url
struct http_parser_url
Undocumented in source.

Meta