Settings
Help

Module native_tls

Module native_tls 

Source
Available on (crate features native-tls or rustls) and (crate features async-std or tokio or smol) and crate feature native-tls only.
Expand description

Implementation for using native_tls

Structs§

NativeTlsConnector
An implementation of TlsConnector built with native_tls.
NativeTlsProvidertokio or async-std or smol
A TlsProvider that uses native_tls.