TARAXA
taraxa::net::HttpProcessor Class Referenceabstract

#include <http_server.hpp>

Public Types

using Request = boost::beast::http::request< boost::beast::http::string_body >
 
using Response = boost::beast::http::response< boost::beast::http::string_body >
 

Public Member Functions

virtual Response process (const Request &request)=0
 

Member Typedef Documentation

◆ Request

using taraxa::net::HttpProcessor::Request = boost::beast::http::request<boost::beast::http::string_body>

◆ Response

using taraxa::net::HttpProcessor::Response = boost::beast::http::response<boost::beast::http::string_body>

Member Function Documentation

◆ process()

virtual Response taraxa::net::HttpProcessor::process ( const Request request)
pure virtual

The documentation for this class was generated from the following file: