👎Deprecated: moved to trust_dns_proto::https
Expand description
TLS protocol related components for DNS over TLS
Deprecated and removed as of 0.21.0, see the dns-over-https-rustls feature in trust-dns-proto
Modules§
- https_
server - HTTPS related server items
- request
- HTTP request creation and validation
- response
- HTTP request creation and validation
Structs§
- Https
Client Connect - A future that resolves to an HttpsClientStream
- Https
Client Response - A future that resolves to
- Https
Client Stream - A DNS client connection for DNS-over-HTTPS
- Https
Client Stream Builder - A HTTPS connection builder for DNS-over-HTTPS
- Https
Error - The error type for errors that get returned in the crate
Type Aliases§
- Https
Result - An alias for results returned by functions of this crate