pub fn with_connector_default<C, B>(conn: C) -> Client<C, B>where C: Connect + Clone, B: HttpBody + Send, B::Data: Send,
http1
http2
Default builder and given connector.