Module hickory_proto::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§
- HTTP/3 related server items
Structs§
- A future that resolves to an H3ClientStream
- A future that resolves to
- A DNS client connection for DNS-over-HTTP/3
- A H3 connection builder for DNS-over-HTTP/3
- H3Error
dns-over-https
ordns-over-h3
The error type for errors that get returned in the crate
Type Aliases§
- H3Result
dns-over-https
ordns-over-h3
An alias for results returned by functions of this crate