MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / DnsRequestHook

Class DnsRequestHook

mitmproxy/proxy/layers/dns.py:20–25  ·  view source on GitHub ↗

A DNS query has been received.

Source from the content-addressed store, hash-verified

18
19@dataclass
20class DnsRequestHook(commands.StartHook):
21 """
22 A DNS query has been received.
23 """
24
25 flow: dns.DNSFlow
26
27
28@dataclass

Callers 1

handle_requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…