TrinityCore
BaseHttpSocket.h File Reference
#include "AsyncCallbackProcessor.h"
#include "DatabaseEnvFwd.h"
#include "HttpCommon.h"
#include "HttpSessionState.h"
#include "Optional.h"
#include "QueryCallback.h"
#include "Socket.h"
#include <boost/asio/buffers_iterator.hpp>
#include <boost/beast/http/parser.hpp>
#include <boost/beast/http/string_body.hpp>
#include <boost/uuid/uuid_io.hpp>
+ Include dependency graph for BaseHttpSocket.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Trinity::Net::Http::AbstractSocket
 
class  Trinity::Net::Http::BaseSocket< Derived, Stream >
 

Namespaces

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

Typedefs

using Trinity::Net::Http::RequestParser = boost::beast::http::request_parser< RequestBody >