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

Type-safe HTTP server for ESP32. More...

Namespaces

namespace  idfxx
 
namespace  idfxx::http
 

Typedefs

typedef void * httpd_handle_t
 
typedef struct httpd_req httpd_req_t
 
typedef int esp_err_t
 

Detailed Description

Type-safe HTTP server for ESP32.

Provides URI handler registration with C++ callable handlers, RAII lifecycle management, request/response handling, and optional WebSocket support.

Depends on Core Utilities for error handling.

Typedef Documentation

◆ esp_err_t

typedef int esp_err_t

Definition at line 41 of file server.hpp.

◆ httpd_handle_t

typedef void* httpd_handle_t

Definition at line 37 of file server.hpp.

◆ httpd_req_t

typedef struct httpd_req httpd_req_t

Definition at line 40 of file server.hpp.