Available on crate feature
rustls-tls only.Expand description
Functions for configuring the default CryptoProvider when using
reqwest with rustls’s implementation of TLS.
Functions§
- default_
crypto_ provider - The default
CryptoProviderpreferred by this crate. - install_
default_ crypto_ provider_ if_ none_ installed - The
rustls-tlsflag enables therustlsimplementation of TLS forreqwest, but without aCryptoProvider. This means that no default provider is installed, which will causereqwest::Client::new()to panic.