file_serving sample
delete_post_handler()
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
delete_post_handler()
delete_post_handler() function
Syntax
Show:
Summary
Declaration
from
file_server.c:407
static
esp_err_t
delete_post_handler
(
httpd_req_t
*
req
)
;
Arguments
Argument
req
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
delete_post_handler
(
httpd_req_t
*
req
)
file_server.c:407
.
handler
=
delete_post_handler
,
file_server.c:505
example_start_file_server()
Call Tree
from
examples
delete_post_handler()
calls 7 functions:
All items filtered out
delete_post_handler()
esp_log_timestamp()
esp_log_write()
httpd_resp_sendstr()
httpd_resp_set_status()
httpd_resp_set_hdr()
httpd_resp_send_err()
get_path_from_uri()
All items filtered out
Data Use
from
examples
delete_post_handler()
reads 11 variables and writes 1 variable:
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_req::user_ctx
httpd_err_code_t::HTTPD_500_INTERNAL_SERVER_ERROR
httpd_err_code_t::HTTPD_400_BAD_REQUEST
file_server_data::base_path
TAG
All items filtered out
delete_post_handler()
example_start_file_server()
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
delete_post_handler()
is implemented by 1 functions:
All items filtered out
delete_post_handler()
httpd_uri::handler
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out