MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / websocket_message

Method websocket_message

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

Source from the content-addressed store, hash-verified

60 self.process_flow(f)
61
62 def websocket_message(self, f):
63 self.process_flow(f)

Callers

nothing calls this directly

Calls 1

process_flowMethod · 0.95

Tested by

no test coverage detected