Searched defs:http_parser_settings (Results 1 – 1 of 1) sorted by relevance
68 typedef struct http_parser_settings http_parser_settings; typedef253 struct http_parser_settings { struct254 http_cb on_message_begin;255 http_data_cb on_url;256 http_data_cb on_status;257 http_data_cb on_header_field;258 http_data_cb on_header_value;259 http_cb on_headers_complete;260 http_data_cb on_body;261 http_cb on_message_complete;[all …]