![]() |
TrinityCore
|
#include "BaseHttpSocket.h"#include "IpAddress.h"#include <boost/asio/buffers_iterator.hpp>#include <boost/beast/http/serializer.hpp>#include <boost/uuid/uuid_io.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 > |