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