Module core
Available on crate feature tower only.
Expand description
re-exported tower-rs crates
- layer
- Layer traits and extensions.
- service
- Definition of the core
Service trait to Tower
- Layer
- Decorates a
Service, transforming either the request or the response. - Service
- An asynchronous function from a
Request to a Response.