Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
web::SomeServerHandler Concept Reference

Specifies the requirements a Webserver handler must fulfill. More...

#include <Concepts.hpp>

Concept definition

template<typename T>
requires(T handler, std::string req, std::shared_ptr<ConnectionBase> ws, boost::beast::error_code ec) {
{ handler(req, ws) };
}
Specifies the requirements a Webserver handler must fulfill.
Definition Concepts.hpp:36

Detailed Description

Specifies the requirements a Webserver handler must fulfill.