Skip to main content

new_http_client_builder

Function new_http_client_builder 

pub fn new_http_client_builder() -> ClientBuilder
Expand description

Returns a [reqwest::ClientBuilder] preconfigured with the SDK’s TLS settings.

On non-WASM targets the builder is wired up with rustls and the platform certificate verifier. On WASM the builder is returned unmodified.