Searched defs:http_parser_settings (Results 1 – 2 of 2) 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 …]
69 typedef struct http_parser_settings http_parser_settings; typedef334 struct http_parser_settings { struct335 http_cb on_message_begin;336 http_data_cb on_url;337 http_data_cb on_status;338 http_data_cb on_header_field;339 http_data_cb on_header_value;340 http_cb on_headers_complete;341 http_data_cb on_body;342 http_cb on_message_complete;[all …]