There are groups of middlewares to build a pipeline.
Definition in file groups.hpp.
Go to the source code of this file.
#include <userver/middlewares/pipeline.hpp>
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 with 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 |