Home
last modified time | relevance | path

Searched defs:http_parser_settings (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-2.7.6/components/nghttp/port/include/
Dhttp_parser.h68 typedef struct http_parser_settings http_parser_settings; typedef
253 struct http_parser_settings { struct
254 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 …]