Module client

Module client 

Source
Expand description

Utilities to turn Tower service into the useful HTTP client.

Re-exports§

pub use self::request_ext::RequestBuilderExt;
pub use http_body_reader as body_reader;

Modules§

request_ext
Extensions for the http::request::Builder.

Structs§

BodyReader
Convenient wrapper for reading Body content from http::Response.
ClientRequest
An http::Request wrapper with a reference to a client.
ClientRequestBuilder
An http::Request builder.

Traits§

IntoUri
A helper trait to try to convert some types into Uri.
ResponseExt
Extension trait for the http::Response.
ServiceExt
An extension trait for Tower HTTP services with the typical client methods.