Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
DNSWriter ResponseWriter
DNSRequest *dns.Msg
HTTPWriter http.ResponseWriter
HTTPRequest *http.Request
// contains filtered or unexported fields
}
Context type
type ResponseWriter ¶
type ResponseWriter interface {
dns.ResponseWriter
Msg() *dns.Msg
Rcode() int
Written() bool
Reset(dns.ResponseWriter)
}
ResponseWriter implement of dns.ResponseWriter
Click to show internal directories.
Click to hide internal directories.