Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/http/
Dparser.h200 struct http_parser_settings { struct
201 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
/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket.c238 struct http_parser_settings http_parser_settings; in websocket_connect() local