MCPcopy
hub / github.com/mitmproxy/mitmproxy / TcpMessageInjected

Class TcpMessageInjected

mitmproxy/proxy/layers/tcp.py:55–58  ·  view source on GitHub ↗

The user has injected a custom TCP message.

Source from the content-addressed store, hash-verified

53
54
55class TcpMessageInjected(MessageInjected[tcp.TCPMessage]):
56 """
57 The user has injected a custom TCP message.
58 """
59
60
61class TCPLayer(layer.Layer):

Callers 3

test_injectFunction · 0.90
test_http_proxy_tcpFunction · 0.90
inject_tcpMethod · 0.90

Calls

no outgoing calls

Tested by 2

test_injectFunction · 0.72
test_http_proxy_tcpFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…