userver: middlewares::groups Namespace Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
middlewares::groups Namespace Reference

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

Middlewares groups for middlewares pipeline.

See also
gRPC server middlewares

Classes

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