userver: userver/middlewares/groups.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
groups.hpp File Reference

Detailed Description

There are groups of middlewares to build a pipeline.

See also
gRPC middlewares order

Definition in file groups.hpp.

Go to the source code of this file.

+ This graph shows which files directly or indirectly include this file:

Classes

struct  middlewares::groups::PreCore
 The first group in the pipeline. More...
 
struct  middlewares::groups::Logging
 The Group to work wih logging. Is located after PreCore. More...
 
struct  middlewares::groups::Auth
 The Group for authentication middlewares. Is located after Logging. More...
 
struct  middlewares::groups::Core
 The core group of middlewares. Is located after Auth. More...
 
struct  middlewares::groups::PostCore
 The group is located after Core. More...
 
struct  middlewares::groups::User
 The group for user middlewares - the last group in pipeline. It group used by default. More...
 

Namespaces

namespace  middlewares
 
namespace  middlewares::groups