|
TARAXA
|
#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 |
| using taraxa::net::HttpProcessor::Request = boost::beast::http::request<boost::beast::http::string_body> |
| using taraxa::net::HttpProcessor::Response = boost::beast::http::response<boost::beast::http::string_body> |
Implemented in taraxa::net::GraphQlHttpProcessor, and taraxa::net::JsonRpcHttpProcessor.