Documentation ¶
Index ¶
Constants ¶
View Source
const MimeType = "application/dns-message"
MimeType is the DoH mimetype that should be used.
View Source
const Path = "/dns-query"
Path is the URL path that should be used.
Variables ¶
This section is empty.
Functions ¶
func NewRequest ¶
NewRequest returns a new DoH request given a HTTP method, URL and dns.Msg.
The URL should not have a path, so please exclude /dns-query. The URL will be prefixed with https:// by default, unless it's already prefixed with either http:// or https://.
func RequestToMsg ¶
RequestToMsg converts a http.Request to a dns message.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.