http_default

Function http_default 

Source
pub fn http_default<B>() -> Client<HttpConnector, B>
where B: HttpBody + Send, B::Data: Send,
Available on crate features http1 or http2 only.
Expand description

Same as Client::new(), except for the B parameter.