SNode.C
|
Typedefs | |
template<typename Request , typename Response > | |
using | ClientBase = web::http::client::Client<net::in6::stream::tls::SocketClient, Request, Response> |
using | Client = ClientBase<web::http::client::Request, web::http::client::Response> |
template<typename Request , typename Response > | |
using | ServerBase = web::http::server::Server<net::in6::stream::tls::SocketServer, Request, Response> |
using | Server = ServerBase<web::http::server::Request, web::http::server::Response> |
using web::http::tls::in6::ClientBase = web::http::client::Client<net::in6::stream::tls::SocketClient, Request, Response> |
using web::http::tls::in6::ServerBase = web::http::server::Server<net::in6::stream::tls::SocketServer, Request, Response> |