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§
- Native
TlsConnector - An implementation of
TlsConnector
built withnative_tls
. - Native
TlsProvider tokio
orasync-std
- A
TlsProvider
that usesnative_tls
.