SNode.C
Loading...
Searching...
No Matches
Client.h File Reference
Include dependency graph for Client.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::in
 

Typedefs

template<typename Request , typename Response >
using web::http::tls::in::ClientBase = web::http::client::Client<net::in::stream::tls::SocketClient, Request, Response>
 
using web::http::tls::in::Client = ClientBase<web::http::client::Request, web::http::client::Response>