Module reqwest

Module reqwest 

Source
Available on crate feature reqwest only.
Expand description

Adapter for reqwest client.

Modules§

error
When something went wrong.

Structs§

HttpClientLayer
Layer that creates HttpClientService from the inner service.
HttpClientService
Adapter type to creating Tower HTTP services from the various clients.

Functions§

into_reqwest_body
Converts an arbitrary body type into the reqwest::Body one.