Skip to main content

client_builder

Function client_builder 

Source
pub fn client_builder() -> ClientBuilder
Expand description

The same configuration as client, for callers that need to set timeouts or other options before building. Note that on Android the TLS setup is already fixed here, so reqwest’s own TLS options (extra roots, danger_accept_invalid_certs, …) are ignored.