Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ dns_response
Method
dns_response
mitmproxy/addons/view.py:628–629 ·
view source on GitHub ↗
(self, f)
Source
from the content-addressed store, hash-verified
626
self.add([f])
627
628
def
dns_response(self, f):
629
self.update([f])
630
631
def
dns_error(self, f):
632
self.update([f])
Callers
1
test_simple_dns
Function · 0.95
Calls
1
update
Method · 0.95
Tested by
1
test_simple_dns
Function · 0.76