MCPcopy
hub / github.com/shawn1m/overture / HTTPSResolver

Struct HTTPSResolver

core/outbound/clients/resolver/https_resolver.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type HTTPSResolver struct {
12 BaseResolver
13 client http.Client
14}
15
16func (r *HTTPSResolver) Exchange(q *dns.Msg) (*dns.Msg, error) {
17 request, err := q.Pack()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected