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

Class BlockSpec

mitmproxy/addons/blocklist.py:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class BlockSpec(NamedTuple):
13 matches: flowfilter.TFilter
14 status_code: int
15
16
17def parse_spec(option: str) -> BlockSpec:

Callers 1

parse_specFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…