idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::http::ssl_server Member List

This is the complete list of members for idfxx::http::ssl_server, including all inherited members.

close_session(int sockfd)idfxx::http::serverinline
errc enum nameidfxx::http::server
handler_type typedefidfxx::http::server
idf_handle() const noexceptidfxx::http::serverinline
make(config cfg)idfxx::http::ssl_serverstatic
idfxx::http::server::make(config cfg)idfxx::http::serverstatic
on(enum method m, std::string uri, handler_type handler)idfxx::http::serverinline
on_any(std::string uri, handler_type handler)idfxx::http::serverinline
on_delete(std::string uri, handler_type handler)idfxx::http::serverinline
on_get(std::string uri, handler_type handler)idfxx::http::serverinline
on_head(std::string uri, handler_type handler)idfxx::http::serverinline
on_patch(std::string uri, handler_type handler)idfxx::http::serverinline
on_post(std::string uri, handler_type handler)idfxx::http::serverinline
on_put(std::string uri, handler_type handler)idfxx::http::serverinline
operator=(const ssl_server &)=deleteidfxx::http::ssl_server
operator=(ssl_server &&) noexcept=defaultidfxx::http::ssl_server
idfxx::http::server::operator=(const server &)=deleteidfxx::http::server
idfxx::http::server::operator=(server &&) noexceptidfxx::http::server
server(config cfg)idfxx::http::serverexplicit
server(const server &)=deleteidfxx::http::server
server(server &&) noexceptidfxx::http::server
ssl_server(config cfg)idfxx::http::ssl_serverexplicit
ssl_server(const ssl_server &)=deleteidfxx::http::ssl_server
ssl_server(ssl_server &&) noexcept=defaultidfxx::http::ssl_server
try_close_session(int sockfd)idfxx::http::server
try_on(enum method m, std::string uri, handler_type handler)idfxx::http::server
try_on_any(std::string uri, handler_type handler)idfxx::http::server
try_on_delete(std::string uri, handler_type handler)idfxx::http::serverinline
try_on_get(std::string uri, handler_type handler)idfxx::http::serverinline
try_on_head(std::string uri, handler_type handler)idfxx::http::serverinline
try_on_patch(std::string uri, handler_type handler)idfxx::http::serverinline
try_on_post(std::string uri, handler_type handler)idfxx::http::serverinline
try_on_put(std::string uri, handler_type handler)idfxx::http::serverinline
try_unregister_handler(enum method m, std::string_view uri)idfxx::http::server
unregister_handler(enum method m, std::string_view uri)idfxx::http::serverinline
~server()idfxx::http::servervirtual
~ssl_server() override=defaultidfxx::http::ssl_server