|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
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 |
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 int esp_err_t |
Definition at line 41 of file server.hpp.
| typedef void* httpd_handle_t |
Definition at line 37 of file server.hpp.
| typedef struct httpd_req httpd_req_t |
Definition at line 40 of file server.hpp.