Available on crate feature
dns-over-rustls
only.Expand description
DNS over TLS I/O stream implementation for Rustls
Functions§
- tls_
connect - Creates a new TlsStream to the specified name_server
- tls_
connect_ with_ bind_ addr - Creates a new TlsStream to the specified name_server connecting from a specific address.
- tls_
connect_ with_ future - Creates a new TlsStream to the specified name_server connecting from a specific address.
- tls_
from_ stream - Initializes a TlsStream with an existing tokio_tls::TlsStream.
Type Aliases§
- TlsStream
- Predefined type for abstracting the base I/O TlsStream with TokioTls
- Tokio
TlsClient Stream - Predefined type for abstracting the TlsClientStream with TokioTls
- Tokio
TlsServer Stream - Predefined type for abstracting the TlsServerStream with TokioTls