pub fn build<F>(client: Client, configure: F) -> BoxHttpServiceAvailable on crate feature
tower only.Expand description
Builds a type-erased transport stack from a reqwest client and a configuration closure.
Pass the result to ClientBuilder::http_service_boxed
or use ClientBuilder::transport_stack.