SNode.C
|
#include "net/in6/stream/legacy/SocketServer.h"
#include "web/http/server/Response.h"
#include "web/http/server/Server.h"
Go to the source code of this file.
Namespaces | |
namespace | web |
namespace | web::http |
namespace | web::http::legacy |
namespace | web::http::legacy::in6 |
Typedefs | |
template<typename Request , typename Response > | |
using | web::http::legacy::in6::ServerBase = web::http::server::Server<net::in6::stream::legacy::SocketServer, Request, Response> |
using | web::http::legacy::in6::Server = ServerBase<web::http::server::Request, web::http::server::Response> |