ESP-IDF
httpd_req_aux::ws_handshake_detect
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
httpd_req_aux::ws_handshake_detect
httpd_req_aux::ws_handshake_detect field
WebSocket handshake detection flag
Syntax
Show:
Summary
Declaration
from
esp_httpd_priv.h:104
bool
ws_handshake_detect
;
Examples
References
from
examples
Code
Location
Referrer
bool
ws_handshake_detect
;
/*!< WebSocket handshake detection flag */
esp_httpd_priv.h:104
ra
->
ws_handshake_detect
=
true
;
httpd_parse.c:395
cb_headers_complete()
ra
->
ws_handshake_detect
=
false
;
httpd_parse.c:690
init_req_aux()
if
(
uri
->
is_websocket
&&
aux
->
ws_handshake_detect
&&
uri
->
method
==
HTTP_GET
)
{
httpd_uri.c:316
httpd_uri()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
httpd_req_aux::ws_handshake_detect
is written by 2 functions and is read by 1 function:
cb_headers_complete()
init_req_aux()
All items filtered out
httpd_req_aux::ws_handshake_detect
httpd_uri()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out