Base middlewares groups for a middlewares Pipeline.
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... | |