pub fn build_https_client_with_config(tls_config: ClientConfig) -> HttpsClientExpand description
Builds an HTTPS-capable hyper client using a custom TLS configuration and the default connection timeout.
pub fn build_https_client_with_config(tls_config: ClientConfig) -> HttpsClientBuilds an HTTPS-capable hyper client using a custom TLS configuration and the default connection timeout.