|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Exact consumed subset of ESP-IDF's HTTP client configuration. More...
#include <esp_idf_mdl_compat_internal.h>
Data Fields | |
| const char * | url |
| Initial HTTPS URL. | |
| int | timeout_ms |
| Operation timeout in ms. | |
| int | buffer_size |
| Receive-buffer capacity. | |
| esp_crt_bundle_attach_fn_t | crt_bundle_attach |
| Root-certificate attachment. | |
| bool | disable_auto_redirect |
| Redirects remain fail-closed. | |
| esp_http_client_event_cb_t | event_handler |
| Response event callback. | |
| void * | user_data |
| Event callback context. | |
Exact consumed subset of ESP-IDF's HTTP client configuration.
Definition at line 86 of file esp_idf_mdl_compat_internal.h.
| int esp_http_client_config_t::buffer_size |
Receive-buffer capacity.
Definition at line 89 of file esp_idf_mdl_compat_internal.h.
| esp_crt_bundle_attach_fn_t esp_http_client_config_t::crt_bundle_attach |
Root-certificate attachment.
Definition at line 90 of file esp_idf_mdl_compat_internal.h.
| bool esp_http_client_config_t::disable_auto_redirect |
Redirects remain fail-closed.
Definition at line 91 of file esp_idf_mdl_compat_internal.h.
| esp_http_client_event_cb_t esp_http_client_config_t::event_handler |
Response event callback.
Definition at line 92 of file esp_idf_mdl_compat_internal.h.
| int esp_http_client_config_t::timeout_ms |
Operation timeout in ms.
Definition at line 88 of file esp_idf_mdl_compat_internal.h.
| const char* esp_http_client_config_t::url |
Initial HTTPS URL.
Definition at line 87 of file esp_idf_mdl_compat_internal.h.
| void* esp_http_client_config_t::user_data |
Event callback context.
Definition at line 93 of file esp_idf_mdl_compat_internal.h.