Module native_tls

Source
Available on (crate features native-tls or rustls) and (crate features async-std or tokio) 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
A TlsProvider that uses native_tls.