1#ifndef XRPL_SERVER_HANDOFF_H_INCLUDED
2#define XRPL_SERVER_HANDOFF_H_INCLUDED
4#include <xrpl/server/Writer.h>
6#include <boost/beast/http/dynamic_body.hpp>
7#include <boost/beast/http/message.hpp>
14 boost::beast::http::request<boost::beast::http::dynamic_body>;
17 boost::beast::http::response<boost::beast::http::dynamic_body>;
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
boost::beast::http::response< boost::beast::http::dynamic_body > http_response_type
boost::beast::http::request< boost::beast::http::dynamic_body > http_request_type
Used to indicate the result of a server connection handoff.
std::shared_ptr< Writer > response