Expand description
TLS support for networking commands.
This module is available when the network
feature is enabled. It requires
either the native-tls
or rustls-tls
feature to be selected.
See tls
for how to get a TLS connector.
Structs§
- NuCrypto
Provider - Stores the crypto provider used by
rustls
.
Statics§
- CRYPTO_
PROVIDER - Global
NuCryptoProvider
instance.
Functions§
- tls
- Provide a
TlsConnector
forureq
.