Module prelude

Module prelude 

Source

Re-exports§

pub use crate::builder::ServiceBuilderExt;
pub use crate::builder::ServicePoolBuilderExt;

Traits§

Instrument
Attaches spans to a std::future::Future.
Layer
Decorates a Service, transforming either the request or the response.
Service
An asynchronous function from a Request to a Response.
ServiceExt
An extension trait for Services that provides a variety of convenient adapters