Function get_client

Source
pub fn get_client<B>(cfg: ClientConfig) -> Result<Client<B>>
where B: HttpBody + Send + 'static, B::Data: Send,