Middlewares groups for a middlewares pipeline.
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 with 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... | |