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