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:
+ Collaboration diagram for testsuite::ExceptionsHandlingMiddleware:

Public Member Functions

 ExceptionsHandlingMiddleware (const server::handlers::HttpHandlerBase &)
 

Static Public Attributes

static constexpr std::string_view kName
 

Additional Inherited Members

- Protected Member Functions inherited from server::middlewares::HttpMiddlewareBase
void Next (http::HttpRequest &request, request::RequestContext &context) const
 The method to invoke the next middleware in a pipeline.
 

Constructor & Destructor Documentation

◆ ExceptionsHandlingMiddleware()

testsuite::ExceptionsHandlingMiddleware::ExceptionsHandlingMiddleware ( const server::handlers::HttpHandlerBase & )
inlineexplicit

Definition at line 15 of file middlewares.hpp.

Member Data Documentation

◆ kName

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

Definition at line 12 of file middlewares.hpp.


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