[−][src]Crate trust_dns_https
TLS protocol related components for DNS over TLS
Modules
| https_server | HTTPS related server items |
| request | HTTP request creation and validation |
| response | HTTP request creation and validation |
Structs
| HttpsClientConnect | A future that resolves to an HttpsClientStream |
| HttpsClientStream | A DNS client connection for DNS-over-HTTPS |
| HttpsClientStreamBuilder | A HTTPS connection builder for DNS-over-HTTPS |
| HttpsError | The error type for errors that get returned in the crate |
| HttpsSerialResponse | A future that will resolve to a DnsResponse upon completion |
Type Definitions
| HttpsResult | An alias for results returned by functions of this crate |