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

Class DnsErrorHook

mitmproxy/proxy/layers/dns.py:38–43  ·  view source on GitHub ↗

A DNS error has occurred.

Source from the content-addressed store, hash-verified

36
37@dataclass
38class DnsErrorHook(commands.StartHook):
39 """
40 A DNS error has occurred.
41 """
42
43 flow: dns.DNSFlow
44
45
46def pack_message(

Callers 1

handle_errorMethod · 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…