MCPcopy
hub / github.com/mitmproxy/mitmproxy / TCPFlow

Interface TCPFlow

web/src/js/flow.ts:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface TCPFlow extends _Flow {
28 type: "tcp";
29 messages_meta: MessagesMeta;
30}
31
32export interface UDPFlow extends _Flow {
33 type: "udp";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…