Available on crate feature
reqwest only.Expand description
Adapter for reqwest client.
Modules§
- error
- When something went wrong.
Structs§
- Http
Client Layer - Layer that creates
HttpClientServicefrom the inner service. - Http
Client Service - Adapter type to creating Tower HTTP services from the various clients.
Functions§
- into_
reqwest_ body - Converts an arbitrary body type into the
reqwest::Bodyone.