SNode.C
Loading...
Searching...
No Matches
Server.h File Reference
Include dependency graph for Server.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  web
 
namespace  web::http
 
namespace  web::http::tls
 
namespace  web::http::tls::in6
 

Typedefs

template<typename Request , typename Response >
using web::http::tls::in6::ServerBase = web::http::server::Server<net::in6::stream::tls::SocketServer, Request, Response>
 
using web::http::tls::in6::Server = ServerBase<web::http::server::Request, web::http::server::Response>