build_https_client

Function build_https_client 

Source
pub fn build_https_client<B>() -> Result<HyperHttpsClient<B>>
where B: Body + Send, B::Data: Send,
Available on crate features client-hyper-rustls and client-hyper only.