Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ BytesMatching
Function
BytesMatching
test/mitmproxy/proxy/tutils.py:423–424 ·
view source on GitHub ↗
(match: bytes)
Source
from the content-addressed store, hash-verified
421
422
# noinspection PyPep8Naming
423
def
BytesMatching(match: bytes) -> bytes | _AnyStrPlaceholder[bytes]:
424
return
_AnyStrPlaceholder(match)
425
426
427
# noinspection PyPep8Naming
Callers
15
test_untrusted_cert
Method · 0.90
test_request_streaming
Function · 0.90
test_body_size_limit
Function · 0.90
test_server_unreachable
Function · 0.90
test_server_aborts
Function · 0.90
test_proxy_chain
Function · 0.90
test_http_proxy_relative_request_no_host_header
Function · 0.90
test_http_server_aborts
Function · 0.90
test_reuse_error
Function · 0.90
test_request_smuggling
Function · 0.90
test_request_smuggling_whitespace
Function · 0.90
test_request_smuggling_response
Function · 0.90
Calls
1
_AnyStrPlaceholder
Class · 0.85
Tested by
15
test_untrusted_cert
Method · 0.72
test_request_streaming
Function · 0.72
test_body_size_limit
Function · 0.72
test_server_unreachable
Function · 0.72
test_server_aborts
Function · 0.72
test_proxy_chain
Function · 0.72
test_http_proxy_relative_request_no_host_header
Function · 0.72
test_http_server_aborts
Function · 0.72
test_reuse_error
Function · 0.72
test_request_smuggling
Function · 0.72
test_request_smuggling_whitespace
Function · 0.72
test_request_smuggling_response
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…