20#ifndef RIPPLE_SERVER_HANDOFF_H_INCLUDED 
   21#define RIPPLE_SERVER_HANDOFF_H_INCLUDED 
   23#include <xrpl/server/Writer.h> 
   25#include <boost/beast/http/dynamic_body.hpp> 
   26#include <boost/beast/http/message.hpp> 
   33    boost::beast::http::request<boost::beast::http::dynamic_body>;
 
   36    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