advanced_tests sample
test_header_get_handler()
is only used within advanced_tests 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
advanced_tests sample
test_header_get_handler()
test_header_get_handler() function
Syntax
Show:
Summary
Declaration
from
tests.c:34
static
esp_err_t
test_header_get_handler
(
httpd_req_t
*
req
)
;
Arguments
Argument
req
Examples
References
from
examples
Code
Location
static
esp_err_t
test_header_get_handler
(
httpd_req_t
*
req
)
tests.c:34
.
handler
=
test_header_get_handler
,
tests.c:313
Call Tree
from
examples
test_header_get_handler()
calls 9 functions:
All items filtered out
test_header_get_handler()
malloc()
free()
esp_log_timestamp()
esp_log_write()
httpd_resp_send_err()
httpd_req_get_hdr_value_len()
httpd_req_get_hdr_value_str()
httpd_resp_send()
httpd_resp_set_type()
All items filtered out
Data Use
from
examples
test_header_get_handler()
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_err_code_t::HTTPD_500_INTERNAL_SERVER_ERROR
httpd_err_code_t::HTTPD_400_BAD_REQUEST
TAG
All items filtered out
test_header_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