userver: testsuite::ExceptionsHandlingMiddleware Class Reference
Loading...
Searching...
No Matches
testsuite::ExceptionsHandlingMiddleware Class Referencefinal

Detailed Description

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.
 

Member Data Documentation

◆ kName

constexpr std::string_view testsuite::ExceptionsHandlingMiddleware::kName {"testsuite-exceptions-handling-middleware"}
staticconstexpr

Definition at line 11 of file middlewares.hpp.


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