Home
last modified time | relevance | path

Searched refs:ws_handler (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/examples/protocols/https_server/wss_server/main/
Dwss_server_example.c34 static esp_err_t ws_handler(httpd_req_t *req) in ws_handler() function
108 .handler = ws_handler,
/hal_espressif-3.6.0/components/esp_http_server/src/
Desp_httpd_priv.h70 …esp_err_t (*ws_handler)(httpd_req_t *r); /*!< WebSocket handler, leave to null if it's not WebSo… member
Dhttpd_parse.c753 sd->ws_handler != NULL ? "Yes" : "No", in httpd_req_new()
755 if (sd->ws_handshake_done && sd->ws_handler != NULL) { in httpd_req_new()
770 ret = sd->ws_handler(r); in httpd_req_new()
Dhttpd_uri.c322 aux->sd->ws_handler = uri->handler; in httpd_uri()
/hal_espressif-3.6.0/examples/protocols/http_server/ws_echo_server/
DREADME.md116 D (17582) httpd_parse: httpd_req_new: New request, has WS? No, sd->ws_handler valid? No, sd->ws_clo…
163 D (17892) httpd_parse: httpd_req_new: New request, has WS? Yes, sd->ws_handler valid? Yes, sd->ws_c…