|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Type-safe HTTP/HTTPS client for ESP32. More...
Namespaces | |
| namespace | idfxx |
| namespace | idfxx::http |
Typedefs | |
| typedef struct esp_http_client * | esp_http_client_handle_t |
| typedef int | esp_err_t |
Type-safe HTTP/HTTPS client for ESP32.
Provides blocking and streaming HTTP client operations with support for TLS, authentication, redirects, and event-driven response handling.
Depends on Core Utilities for error handling.
| typedef int esp_err_t |
Definition at line 35 of file client.hpp.
| typedef struct esp_http_client* esp_http_client_handle_t |
Definition at line 33 of file client.hpp.