Module h3

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

TLS protocol related components for DNS over HTTP/3 (DoH3)

Re-exports§

pub use crate::quic::client_config_tls13;

Modules§

h3_server
HTTP/3 related server items

Structs§

H3ClientConnect
A future that resolves to an H3ClientStream
H3ClientResponse
A future that resolves to
H3ClientStream
A DNS client connection for DNS-over-HTTP/3
H3ClientStreamBuilder
A H3 connection builder for DNS-over-HTTP/3
H3Errordns-over-https or dns-over-h3
The error type for errors that get returned in the crate

Type Aliases§

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