file_serving sample
http_resp_dir_html()
is only used within file_serving sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
http_resp_dir_html()
http_resp_dir_html() function
Syntax
Show:
Summary
Declaration
from
file_server.c:77
static
esp_err_t
http_resp_dir_html
(
httpd_req_t
*
req
,
const
char
*
dirpath
)
;
Arguments
Argument
req
dirpath
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
http_resp_dir_html
(
httpd_req_t
*
req
,
const
char
*
dirpath
)
file_server.c:77
return
http_resp_dir_html
(
req
,
filepath
)
;
file_server.c:229
download_get_handler()
Call Tree
from
examples
http_resp_dir_html()
is called by 1 function and calls 8 functions:
download_get_handler()
All items filtered out
http_resp_dir_html()
esp_log_timestamp()
esp_log_write()
httpd_resp_sendstr_chunk()
httpd_resp_send_chunk()
httpd_resp_send_err()
closedir()
opendir()
readdir()
All items filtered out
Data Use
from
examples
http_resp_dir_html()
reads 8 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
httpd_req::uri
httpd_err_code_t::HTTPD_404_NOT_FOUND
TAG
All items filtered out
http_resp_dir_html()
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