MCPcopy 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_dnsFunction · 0.95

Calls 1

addMethod · 0.95

Tested by 1

test_simple_dnsFunction · 0.76