LICENSE
README.md
pyproject.toml
src/tigrcorn_protocols/__init__.py
src/tigrcorn_protocols/_compression.py
src/tigrcorn_protocols/connect.py
src/tigrcorn_protocols/content_coding.py
src/tigrcorn_protocols/py.typed
src/tigrcorn_protocols/registry.py
src/tigrcorn_protocols/resume.py
src/tigrcorn_protocols.egg-info/PKG-INFO
src/tigrcorn_protocols.egg-info/SOURCES.txt
src/tigrcorn_protocols.egg-info/dependency_links.txt
src/tigrcorn_protocols.egg-info/requires.txt
src/tigrcorn_protocols.egg-info/top_level.txt
src/tigrcorn_protocols/client_session_coverage/__init__.py
src/tigrcorn_protocols/client_session_coverage/matrix.py
src/tigrcorn_protocols/client_session_coverage/models.py
src/tigrcorn_protocols/client_session_coverage/robustness.py
src/tigrcorn_protocols/client_session_coverage/topology.py
src/tigrcorn_protocols/client_session_coverage/validation.py
src/tigrcorn_protocols/custom/__init__.py
src/tigrcorn_protocols/custom/adapters.py
src/tigrcorn_protocols/custom/registry.py
src/tigrcorn_protocols/flow/__init__.py
src/tigrcorn_protocols/flow/backpressure.py
src/tigrcorn_protocols/flow/buffers.py
src/tigrcorn_protocols/flow/credits.py
src/tigrcorn_protocols/flow/keepalive.py
src/tigrcorn_protocols/flow/timeouts.py
src/tigrcorn_protocols/flow/watermarks.py
src/tigrcorn_protocols/http1/__init__.py
src/tigrcorn_protocols/http1/keepalive.py
src/tigrcorn_protocols/http1/serializer.py
src/tigrcorn_protocols/http1/state.py
src/tigrcorn_protocols/http1/parser/__init__.py
src/tigrcorn_protocols/http1/parser/body.py
src/tigrcorn_protocols/http1/parser/core.py
src/tigrcorn_protocols/http1/parser/head.py
src/tigrcorn_protocols/http1/parser/models.py
src/tigrcorn_protocols/http1/parser/target.py
src/tigrcorn_protocols/http1/parser/validation.py
src/tigrcorn_protocols/http2/__init__.py
src/tigrcorn_protocols/http2/codec.py
src/tigrcorn_protocols/http2/flow.py
src/tigrcorn_protocols/http2/hpack.py
src/tigrcorn_protocols/http2/state.py
src/tigrcorn_protocols/http2/streams.py
src/tigrcorn_protocols/http2/websocket.py
src/tigrcorn_protocols/http2/handler/__init__.py
src/tigrcorn_protocols/http2/handler/connect.py
src/tigrcorn_protocols/http2/handler/core.py
src/tigrcorn_protocols/http2/handler/flow_control.py
src/tigrcorn_protocols/http2/handler/frames.py
src/tigrcorn_protocols/http2/handler/headers.py
src/tigrcorn_protocols/http2/handler/imports.py
src/tigrcorn_protocols/http2/handler/io.py
src/tigrcorn_protocols/http2/handler/requests.py
src/tigrcorn_protocols/http2/handler/responses.py
src/tigrcorn_protocols/http2/handler/streams.py
src/tigrcorn_protocols/http2/handler/websocket_support.py
src/tigrcorn_protocols/http3/__init__.py
src/tigrcorn_protocols/http3/codec.py
src/tigrcorn_protocols/http3/state.py
src/tigrcorn_protocols/http3/websocket.py
src/tigrcorn_protocols/http3/handler/__init__.py
src/tigrcorn_protocols/http3/handler/connect.py
src/tigrcorn_protocols/http3/handler/core.py
src/tigrcorn_protocols/http3/handler/custom.py
src/tigrcorn_protocols/http3/handler/imports.py
src/tigrcorn_protocols/http3/handler/lifecycle.py
src/tigrcorn_protocols/http3/handler/outbound.py
src/tigrcorn_protocols/http3/handler/packet.py
src/tigrcorn_protocols/http3/handler/requests.py
src/tigrcorn_protocols/http3/handler/responses.py
src/tigrcorn_protocols/http3/handler/session.py
src/tigrcorn_protocols/http3/handler/websocket_runtime.py
src/tigrcorn_protocols/http3/handler/webtransport.py
src/tigrcorn_protocols/http3/handler/webtransport_datagrams.py
src/tigrcorn_protocols/http3/handler/webtransport_streams.py
src/tigrcorn_protocols/http3/handler/webtransport_support.py
src/tigrcorn_protocols/http3/qpack/__init__.py
src/tigrcorn_protocols/http3/qpack/decoder.py
src/tigrcorn_protocols/http3/qpack/encoder.py
src/tigrcorn_protocols/http3/qpack/model.py
src/tigrcorn_protocols/http3/qpack/static_table.py
src/tigrcorn_protocols/http3/qpack/wire.py
src/tigrcorn_protocols/http3/streams/__init__.py
src/tigrcorn_protocols/http3/streams/connection.py
src/tigrcorn_protocols/http3/streams/constants.py
src/tigrcorn_protocols/http3/streams/request.py
src/tigrcorn_protocols/lifespan/__init__.py
src/tigrcorn_protocols/lifespan/driver.py
src/tigrcorn_protocols/rawframed/__init__.py
src/tigrcorn_protocols/rawframed/codec.py
src/tigrcorn_protocols/rawframed/frames.py
src/tigrcorn_protocols/rawframed/handler.py
src/tigrcorn_protocols/rawframed/state.py
src/tigrcorn_protocols/scheduler/__init__.py
src/tigrcorn_protocols/scheduler/cancellation.py
src/tigrcorn_protocols/scheduler/dispatch.py
src/tigrcorn_protocols/scheduler/fairness.py
src/tigrcorn_protocols/scheduler/policy.py
src/tigrcorn_protocols/scheduler/priorities.py
src/tigrcorn_protocols/scheduler/quotas.py
src/tigrcorn_protocols/scheduler/runtime.py
src/tigrcorn_protocols/scheduler/tasks.py
src/tigrcorn_protocols/sessions/__init__.py
src/tigrcorn_protocols/sessions/base.py
src/tigrcorn_protocols/sessions/connection.py
src/tigrcorn_protocols/sessions/limits.py
src/tigrcorn_protocols/sessions/manager.py
src/tigrcorn_protocols/sessions/metadata.py
src/tigrcorn_protocols/sessions/quic.py
src/tigrcorn_protocols/streams/__init__.py
src/tigrcorn_protocols/streams/base.py
src/tigrcorn_protocols/streams/ids.py
src/tigrcorn_protocols/streams/multiplex.py
src/tigrcorn_protocols/streams/registry.py
src/tigrcorn_protocols/streams/singleplex.py
src/tigrcorn_protocols/websocket/__init__.py
src/tigrcorn_protocols/websocket/codec.py
src/tigrcorn_protocols/websocket/extensions.py
src/tigrcorn_protocols/websocket/frames.py
src/tigrcorn_protocols/websocket/handshake.py
src/tigrcorn_protocols/websocket/state.py
src/tigrcorn_protocols/websocket/handler/__init__.py
src/tigrcorn_protocols/websocket/handler/app_send.py
src/tigrcorn_protocols/websocket/handler/core.py
src/tigrcorn_protocols/websocket/handler/errors.py
src/tigrcorn_protocols/webtransport/__init__.py
src/tigrcorn_protocols/webtransport/governance.py
src/tigrcorn_protocols/webtransport/wire.py