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

Class AppData

mitmproxy/addons/tlsconfig.py:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85
86class AppData(TypedDict):
87 client_alpn: bytes | None
88 server_alpn: bytes | None
89 http2: bool
90
91
92def alpn_select_callback(conn: SSL.Connection, options: list[bytes]) -> Any:

Callers 1

tls_start_clientMethod · 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…