idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
HTTP Client Component

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
 

Detailed Description

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 Documentation

◆ esp_err_t

typedef int esp_err_t

Definition at line 35 of file client.hpp.

◆ esp_http_client_handle_t

typedef struct esp_http_client* esp_http_client_handle_t

Definition at line 33 of file client.hpp.