Searched defs:http_parser_settings (Results 1 – 2 of 2) sorted by relevance
190 struct http_parser_settings { struct191 http_cb on_message_begin;192 http_data_cb on_url;193 http_data_cb on_status;194 http_data_cb on_header_field;195 http_data_cb on_header_value;196 http_cb on_headers_complete;197 http_data_cb on_body;198 http_cb on_message_complete;222 /* Initialize http_parser_settings members to 0 argument
240 struct http_parser_settings http_parser_settings; in websocket_connect() local