Definition at line 9 of file middlewares.hpp.
Inheritance diagram for testsuite::ExceptionsHandlingMiddleware:Public Member Functions | |
| ExceptionsHandlingMiddleware (const server::handlers::HttpHandlerBase &handler) | |
Static Public Attributes | |
| static constexpr std::string_view | kName {"testsuite-exceptions-handling-middleware"} |
Protected Member Functions | |
| void | Next (http::HttpRequest &request, request::RequestContext &context) const |
| The method to invoke the next middleware in a pipeline. | |
|
staticconstexpr |
Definition at line 11 of file middlewares.hpp.