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