Function with_connector_default

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

Default builder and given connector.