Crate tower_layer
source ·Expand description
Structs§
- A no-op middleware.
- A
Layerimplemented by a closure. See the docs forlayer_fnfor more details. - Two middlewares chained together.
Traits§
- Decorates a
Service, transforming either the request or the response.