MCPcopy
hub / github.com/mitmproxy/mitmproxy / tcp_message

Method tcp_message

mitmproxy/addons/view.py:604–605  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

602 self.add([f])
603
604 def tcp_message(self, f):
605 self.update([f])
606
607 def tcp_error(self, f):
608 self.update([f])

Callers 1

test_simple_tcpFunction · 0.95

Calls 1

updateMethod · 0.95

Tested by 1

test_simple_tcpFunction · 0.76