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.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/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/parser.py
src/tigrcorn_protocols/http1/serializer.py
src/tigrcorn_protocols/http1/state.py
src/tigrcorn_protocols/http2/__init__.py
src/tigrcorn_protocols/http2/codec.py
src/tigrcorn_protocols/http2/flow.py
src/tigrcorn_protocols/http2/handler.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/http3/__init__.py
src/tigrcorn_protocols/http3/codec.py
src/tigrcorn_protocols/http3/handler.py
src/tigrcorn_protocols/http3/qpack.py
src/tigrcorn_protocols/http3/state.py
src/tigrcorn_protocols/http3/streams.py
src/tigrcorn_protocols/http3/websocket.py
src/tigrcorn_protocols/http3/handler/__init__.py
src/tigrcorn_protocols/http3/handler/core.py
src/tigrcorn_protocols/http3/handler/webtransport.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/handler.py
src/tigrcorn_protocols/websocket/handshake.py
src/tigrcorn_protocols/websocket/state.py