restful_server sample
rest_common_get_handler()
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
rest_common_get_handler()
rest_common_get_handler() function
Syntax
Show:
Summary
Declaration
from
rest_server.c:60
static
esp_err_t
rest_common_get_handler
(
httpd_req_t
*
req
)
;
Arguments
Argument
req
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
rest_common_get_handler
(
httpd_req_t
*
req
)
rest_server.c:60
.
handler
=
rest_common_get_handler
,
rest_server.c:216
start_rest_server()
Call Tree
from
examples
rest_common_get_handler()
calls 6 functions:
All items filtered out
rest_common_get_handler()
esp_log_timestamp()
esp_log_write()
httpd_resp_sendstr_chunk()
httpd_resp_send_err()
httpd_resp_send_chunk()
set_content_type_from_file()
All items filtered out
Data Use
from
examples
rest_common_get_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
REST_TAG
rest_server_context::base_path
rest_server_context::scratch
All items filtered out
rest_common_get_handler()
start_rest_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
rest_common_get_handler()
is implemented by 1 functions:
All items filtered out
rest_common_get_handler()
httpd_uri::handler
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out