| 84 | |
| 85 | |
| 86 | class AppData(TypedDict): |
| 87 | client_alpn: bytes | None |
| 88 | server_alpn: bytes | None |
| 89 | http2: bool |
| 90 | |
| 91 | |
| 92 | def alpn_select_callback(conn: SSL.Connection, options: list[bytes]) -> Any: |
no outgoing calls
no test coverage detected
searching dependent graphs…