Home
last modified time | relevance | path

Searched refs:httpd_uri (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.5.0/examples/protocols/http_server/ws_echo_server/
DREADME.md108 D (4982) httpd_uri: httpd_register_uri_handler: [0] installed /ws
153 D (17812) httpd_uri: httpd_uri: request for /ws with type 1
154 D (17812) httpd_uri: httpd_find_uri_handler: [0] = /ws
155 D (17822) httpd_uri: httpd_uri: Responding WS handshake to sock 57
/hal_espressif-3.5.0/components/esp_http_server/
DCMakeLists.txt5 "src/httpd_uri.c"
/hal_espressif-3.5.0/components/esp_http_server/src/
Desp_httpd_priv.h303 esp_err_t httpd_uri(struct httpd_data *hd);
Dhttpd_uri.c276 esp_err_t httpd_uri(struct httpd_data *hd) in httpd_uri() function
Dhttpd_parse.c659 return httpd_uri(hd); in httpd_parse_req()
/hal_espressif-3.5.0/components/esp_http_server/include/
Desp_http_server.h380 typedef struct httpd_uri { struct