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

Class WebSocketMessageInjected

mitmproxy/proxy/layers/websocket.py:54–57  ·  view source on GitHub ↗

The user has injected a custom WebSocket message.

Source from the content-addressed store, hash-verified

52
53
54class WebSocketMessageInjected(MessageInjected[websocket.WebSocketMessage]):
55 """
56 The user has injected a custom WebSocket message.
57 """
58
59
60class WebsocketConnection(wsproto.Connection):

Callers 2

test_inject_messageFunction · 0.90
inject_websocketMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_inject_messageFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…