Module h3

Source
Available on crate feature __h3 only.
Expand description

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

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
H3Error__https or __h3
The error type for errors that get returned in the crate

Type Aliases§

H3Result__https or __h3
An alias for results returned by functions of this crate