Trait tower_reqwest::util::HttpClientExt
source · pub trait HttpClientExt: Clone {
// Required method
fn execute<B>(
&self,
request: Request<B>
) -> impl Future<Output = Result<HttpResponse>>
where B: Into<HttpBody>;
}Available on crate feature
util only.Expand description
An extension trait for Tower HTTP services with the typical client methods.
Required Methods§
Object Safety§
This trait is not object safe.