Module h2

Source
Available on crate feature dns-over-https only.
Expand description

TLS protocol related components for DNS over HTTPS (DoH)

Modules§

h2_server
HTTPS related server items

Structs§

HttpsClientConnect
A future that resolves to an HttpsClientStream
HttpsClientResponse
A future that resolves to
HttpsClientStream
A DNS client connection for DNS-over-HTTPS
HttpsClientStreamBuilder
A HTTPS connection builder for DNS-over-HTTPS
HttpsErrordns-over-https or dns-over-h3
The error type for errors that get returned in the crate

Type Aliases§

HttpsResultdns-over-https or dns-over-h3
An alias for results returned by functions of this crate