Function deno_fetch::create_http_client[][src]

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

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