Searched defs:http_parser_settings (Results 1 – 2 of 2) sorted by relevance
200 struct http_parser_settings { struct201 http_cb on_message_begin;202 http_data_cb on_url;203 http_data_cb on_status;204 http_data_cb on_header_field;205 http_data_cb on_header_value;206 http_cb on_headers_complete;207 http_data_cb on_body;208 http_cb on_message_complete;232 /* Initialize http_parser_settings members to 0 argument
238 struct http_parser_settings http_parser_settings; in websocket_connect() local