Function init_http_client

Source
pub async fn init_http_client(
    http_proxy: &str,
) -> Result<Client, Box<dyn Error + Send + Sync>>