Function deno_fetch::create_http_client[][src]

pub fn create_http_client(
    user_agent: String,
    ca_data: Option<Vec<u8>>
) -> Result<Client, AnyError>

Create new instance of async reqwest::Client. This client supports proxies and doesn’t follow redirects.