Expand description
Process-wide TLS bootstrap plus the platform HTTP client constructors that depend on it. Every reqwest client Codewhale builds goes through here so the rustls crypto provider is installed exactly once, before the first client, on every path (TUI, CLI, tests).
Functionsยง
- ensure_
rustls_ crypto_ provider - Install the rustls
ringcrypto provider if no provider is installed yet. Idempotent; a second call is a no-op. - reqwest_
blocking_ client_ builder - The blocking platform HTTP client builder, with the crypto provider installed.
- reqwest_
client - A ready platform HTTP client (provider installed, platform verifier).
- reqwest_
client_ builder - The platform HTTP client builder, with the crypto provider installed.