ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
esp_http_client_config_t Struct Reference

Exact consumed subset of ESP-IDF's HTTP client configuration. More...

#include <esp_idf_mdl_compat_internal.h>

Collaboration diagram for esp_http_client_config_t:

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.

Detailed Description

Exact consumed subset of ESP-IDF's HTTP client configuration.

Definition at line 86 of file esp_idf_mdl_compat_internal.h.

Field Documentation

◆ buffer_size

int esp_http_client_config_t::buffer_size

Receive-buffer capacity.

Definition at line 89 of file esp_idf_mdl_compat_internal.h.

◆ crt_bundle_attach

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.

◆ disable_auto_redirect

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.

◆ event_handler

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.

◆ timeout_ms

int esp_http_client_config_t::timeout_ms

Operation timeout in ms.

Definition at line 88 of file esp_idf_mdl_compat_internal.h.

◆ url

const char* esp_http_client_config_t::url

Initial HTTPS URL.

Definition at line 87 of file esp_idf_mdl_compat_internal.h.

◆ user_data

void* esp_http_client_config_t::user_data

Event callback context.

Definition at line 93 of file esp_idf_mdl_compat_internal.h.


The documentation for this struct was generated from the following file: