SNode.C
|
Typedefs | |
template<typename Request , typename Response > | |
using | ClientBase = web::http::client::Client<net::un::stream::legacy::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::un::stream::legacy::SocketServer, Request, Response> |
using | Server = ServerBase<web::http::server::Request, web::http::server::Response> |
using web::http::legacy::un::ClientBase = web::http::client::Client<net::un::stream::legacy::SocketClient, Request, Response> |
using web::http::legacy::un::ServerBase = web::http::server::Server<net::un::stream::legacy::SocketServer, Request, Response> |