TrinityCore
BaseHttpSocket.cpp File Reference
#include "BaseHttpSocket.h"
#include <boost/beast/http/serializer.hpp>
+ Include dependency graph for BaseHttpSocket.cpp:

Go to the source code of this file.

Namespaces

namespace  Trinity
 
namespace  Trinity::Net
 
namespace  Trinity::Net::Http
 

Typedefs

using Trinity::Net::Http::RequestSerializer = boost::beast::http::request_serializer< ResponseBody >
 
using Trinity::Net::Http::ResponseSerializer = boost::beast::http::response_serializer< ResponseBody >