Module pavex::blueprint::middleware
source · Expand description
Execute common logic across multiple routes.
§Guide
Check out the “Middleware” section of Pavex’s guide for a thorough introduction to middlewares in Pavex applications.
Structs§
- A post-processing middleware that has been configured but has not yet been registered with a
Blueprint
. - A pre-processing middleware that has been configured but has not yet been registered with a
Blueprint
. - The type returned by
Blueprint::post_process
. - The type returned by
Blueprint::pre_process
. - The type returned by
Blueprint::wrap
. - A middleware that has been configured but has not yet been registered with a
Blueprint
.