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§
- H3Client
Connect - A future that resolves to an H3ClientStream
- H3Client
Response - A future that resolves to
- H3Client
Stream - A DNS client connection for DNS-over-HTTP/3
- H3Client
Stream Builder - 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