Skip to main content

build_client

Function build_client 

Source
pub fn build_client(timeout_secs: u64, force_ipv4: bool) -> Result<Client>
Expand description

Build a reqwest client with the shared launcher configuration.

When force_ipv4 is true, DNS resolution is restricted to IPv4 addresses (see [Ipv4OnlyResolver]).