file_serving sample
index_html_get_handler()
is only used within file_serving sample.
Symbol previews are coming soon...
Symbols
loading (1/4)...
Files
loading (2/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
file_serving sample
index_html_get_handler()
index_html_get_handler() function
Syntax
Show:
Summary
Declaration
from
file_server.c:52
static
esp_err_t
index_html_get_handler
(
httpd_req_t
*
req
)
;
Arguments
Argument
req
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
index_html_get_handler
(
httpd_req_t
*
req
)
file_server.c:52
return
index_html_get_handler
(
req
)
;
file_server.c:236
download_get_handler()
Call Tree
from
examples
index_html_get_handler()
is called by 1 function and calls 3 functions:
download_get_handler()
All items filtered out
index_html_get_handler()
httpd_resp_send()
httpd_resp_set_status()
httpd_resp_set_hdr()
All items filtered out
Data Use
from
examples
index_html_get_handler()
:
All items filtered out
index_html_get_handler()
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