Modules§
- logging_
middleware - A very simple example middleware for inspiration.
Structs§
- Cors
Config - Configuration for CORS behavior.
- Cors
Middleware - CORS middleware implementing the
Middlewaretrait.
Enums§
- Allow
Origins - Policy for allowed origins.
Traits§
Functions§
- compose
- Build the final handler by folding the middlewares in reverse. Each middleware and handler is consumed exactly once.