SNode.C
Loading...
Searching...
No Matches
web::http::legacy::un Namespace Reference

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>
 

Typedef Documentation

◆ Client

◆ ClientBase

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

Definition at line 33 of file Client.h.

◆ Server

◆ ServerBase

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

Definition at line 34 of file Server.h.