Skip to main content

init_tls

Function init_tls 

Source
pub fn init_tls()
Expand description

Public entry point for callers that build their own reqwest::Client outside of HttpClient and need the process-default TLS provider installed first (ADR-0020 Amendment 1).

Safe to call multiple times; the underlying Once makes it idempotent.