Searched refs:ws_handler (Results 1 – 5 of 5) sorted by relevance
34 static esp_err_t ws_handler(httpd_req_t *req) in ws_handler() function108 .handler = ws_handler,
70 …esp_err_t (*ws_handler)(httpd_req_t *r); /*!< WebSocket handler, leave to null if it's not WebSo… member
753 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()
322 aux->sd->ws_handler = uri->handler; in httpd_uri()
116 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…