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

Type-safe HTTPS server for ESP32 with TLS support. More...

Namespaces

namespace  idfxx
 
namespace  idfxx::http
 

Detailed Description

Type-safe HTTPS server for ESP32 with TLS support.

Provides an idfxx::http::ssl_server class that extends idfxx::http::server with TLS encryption. All handler registration, request handling, and WebSocket APIs are inherited from the base class.

Functions accepting server& work with both HTTP and HTTPS servers (polymorphism), while functions requiring ssl_server& enforce HTTPS at the type level.

Depends on Core Utilities for error handling and HTTP Server Component for the server type.