ws_echo_server sample
ws
is only used within ws_echo_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ws_echo_server sample
ws
ws variable
Syntax
Show:
Summary
Declaration
from
ws_echo_server.c:123
static
const
httpd_uri_t
ws
=
{
.
uri
=
"/ws"
,
.
method
=
HTTP_GET
,
.
handler
=
echo_handler
,
.
user_ctx
=
NULL
,
.
is_websocket
=
true
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
httpd_uri_t
ws
=
{
ws_echo_server.c:123
httpd_register_uri_handler
(
server
,
&
ws
)
;
ws_echo_server.c:142
start_webserver()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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