ESP-IDF
httpd_data::hd_req
is only used within ESP-IDF.
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
ESP-IDF
httpd_data::hd_req
httpd_data::hd_req field
The current HTTPD request
Syntax
Show:
Summary
Declaration
from
esp_httpd_priv.h:127
struct
httpd_req
hd_req
;
Examples
References
from
examples
Code
Location
Referrer
struct
httpd_req
hd_req
;
/*!< The current HTTPD request */
esp_httpd_priv.h:127
httpd_req_t
*
r
=
&
hd
->
hd_req
;
httpd_parse.c:623
httpd_parse_req()
httpd_req_t
*
r
=
&
hd
->
hd_req
;
httpd_parse.c:729
httpd_req_new()
httpd_req_t
*
r
=
&
hd
->
hd_req
;
httpd_parse.c:802
httpd_req_delete()
return
hd
->
hd_req
.
sess_ctx
;
httpd_sess.c:273
httpd_sess_get_ctx()
if
(
hd
->
hd_req
.
sess_ctx
!=
ctx
)
{
httpd_sess.c:290
httpd_sess_set_ctx()
if
(
session
->
ctx
!=
hd
->
hd_req
.
sess_ctx
)
{
httpd_sess.c:293
httpd_sess_set_ctx()
httpd_sess_free_ctx
(
&
hd
->
hd_req
.
sess_ctx
,
hd
->
hd_req
.
free_ctx
)
;
// Free previous context
httpd_sess.c:294
httpd_sess_set_ctx()
hd
->
hd_req
.
sess_ctx
=
ctx
;
httpd_sess.c:296
httpd_sess_set_ctx()
hd
->
hd_req
.
free_ctx
=
free_fn
;
httpd_sess.c:298
httpd_sess_set_ctx()
httpd_req_t
*
req
=
&
hd
->
hd_req
;
httpd_uri.c:281
httpd_uri()
esp_err_t
ret
=
httpd_ws_respond_server_handshake
(
&
hd
->
hd_req
,
uri
->
supported_subprotocol
)
;
httpd_uri.c:318
httpd_uri()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
httpd_data::hd_req
is read by 2 functions:
All items filtered out
httpd_data::hd_req
httpd_sess_get_ctx()
httpd_sess_set_ctx()
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