Documentation
¶
Overview ¶
Package dnsoverhttps implements DNS over HTTPS.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transport ¶
type Transport struct {
// contains filtered or unexported fields
}
Transport is a DNS over HTTPS modelx.DNSRoundTripper.
As a known bug, this implementation does not cache the domain name in the URL for reuse, but this should be easy to fix.
func NewTransport ¶
NewTransport creates a new Transport
func (*Transport) RequiresPadding ¶
RequiresPadding returns true for DoH according to RFC8467
Click to show internal directories.
Click to hide internal directories.