Clio develop
The XRP Ledger API server.
|
A function object that handles the health check endpoint. More...
#include <WebHandlers.hpp>
Public Member Functions | |
web::ng::Response | operator() (web::ng::Request const &request, web::ng::ConnectionMetadata &, web::SubscriptionContextPtr, boost::asio::yield_context) |
The call of the function object. | |
A function object that handles the health check endpoint.
web::ng::Response app::HealthCheckHandler::operator() | ( | web::ng::Request const & | request, |
web::ng::ConnectionMetadata & | , | ||
web::SubscriptionContextPtr | , | ||
boost::asio::yield_context | ) |
The call of the function object.
request | The request to handle. |