MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / tcp_message

Method tcp_message

mitmproxy/addons/intercept.py:50–51  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

48 self.process_flow(f)
49
50 def tcp_message(self, f):
51 self.process_flow(f)
52
53 def udp_message(self, f):
54 self.process_flow(f)

Callers

nothing calls this directly

Calls 1

process_flowMethod · 0.95

Tested by

no test coverage detected