Trait futures_http::client::rasio::HttpClient
source · pub trait HttpClient {
// Required method
fn send<Op>(
self,
ops: Op,
) -> impl Future<Output = Result<Response<BodyReader>>>
where Op: TryInto<HttpClientOptions, Error = Error>;
}Expand description
An extension trait for Request with addition send method.
Required Methods§
Object Safety§
This trait is not object safe.