idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
ssl_server.hpp File Reference

HTTPS server class with TLS support. More...

#include <idfxx/cpu>
#include <idfxx/error>
#include <idfxx/http/server>
#include <chrono>
#include <cstdint>
#include <functional>
#include <optional>
#include <string>

Go to the source code of this file.

Classes

class  idfxx::http::ssl_server
 HTTPS server with TLS support. More...
 
struct  idfxx::http::ssl_server::config
 HTTPS server configuration. More...
 

Namespaces

namespace  idfxx
 
namespace  idfxx::http
 

Detailed Description

HTTPS server class with TLS support.

Definition in file ssl_server.hpp.