pub fn client_builder() -> ClientBuilderExpand 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.