.flake8
.isort.cfg
.readthedocs.yaml
AUTHORS
CHANGELOG.rst
LICENSE
MANIFEST.in
Makefile
NOTICE
README.rst
mypy.ini
pyproject.toml
setup.py
tox.ini
docs/changelog.rst
docs/cli.rst
docs/common.rst
docs/conf.py
docs/connections.rst
docs/facade.rst
docs/index.rst
docs/install.rst
docs/intro.rst
docs/license.rst
docs/protocols.rst
docs/requirements.txt
docs/_static/custom.css
docs/_static/hface.png
examples/client.py
examples/custom_client.py
examples/custom_server.py
examples/protocol.py
examples/proxy_client.py
examples/proxy_server.py
examples/server.py
src/hface/__init__.py
src/hface/__main__.py
src/hface/_configuration.py
src/hface/_error_codes.py
src/hface/_typing.py
src/hface/py.typed
src/hface.egg-info/PKG-INFO
src/hface.egg-info/SOURCES.txt
src/hface.egg-info/dependency_links.txt
src/hface.egg-info/entry_points.txt
src/hface.egg-info/not-zip-safe
src/hface.egg-info/requires.txt
src/hface.egg-info/top_level.txt
src/hface/cli/__init__.py
src/hface/cli/_main.py
src/hface/cli/_commands/__init__.py
src/hface/cli/_commands/base.py
src/hface/cli/_commands/client.py
src/hface/cli/_commands/proxy.py
src/hface/cli/_commands/server.py
src/hface/cli/_options/__init__.py
src/hface/cli/_options/client.py
src/hface/cli/_options/common.py
src/hface/cli/_options/server.py
src/hface/client/__init__.py
src/hface/client/_base.py
src/hface/client/_client.py
src/hface/client/_controllers.py
src/hface/client/_exceptions.py
src/hface/client/_models.py
src/hface/client/_proxy_client.py
src/hface/connections/__init__.py
src/hface/connections/_connections.py
src/hface/connections/_listeners.py
src/hface/connections/_openers.py
src/hface/connections/_transports.py
src/hface/events/__init__.py
src/hface/events/_events.py
src/hface/networking/__init__.py
src/hface/networking/_networking.py
src/hface/networking/_quic.py
src/hface/networking/_typing.py
src/hface/protocols/__init__.py
src/hface/protocols/_factories.py
src/hface/protocols/_protocols.py
src/hface/protocols/_registry.py
src/hface/protocols/http1/__init__.py
src/hface/protocols/http1/_factories.py
src/hface/protocols/http1/_helpers.py
src/hface/protocols/http1/_protocol.py
src/hface/protocols/http2/__init__.py
src/hface/protocols/http2/_factories.py
src/hface/protocols/http2/_protocol.py
src/hface/protocols/http3/__init__.py
src/hface/protocols/http3/_factories.py
src/hface/protocols/http3/_protocol.py
src/hface/protocols/http3/_quic.py
src/hface/server/__init__.py
src/hface/server/_asgi.py
src/hface/server/_base.py
src/hface/server/_exceptions.py
src/hface/server/_models.py
src/hface/server/_proxy_server.py
src/hface/server/_server.py
src/hface/server/examples/__init__.py
src/hface/server/examples/alt_svc.py
src/hface/server/examples/asgi_echo.py
src/hface/server/examples/hello.py
tests/helpers.py
tests/test_http1.py
tests/test_http2.py
tests/test_integration.py
tests/test_client/__init__.py
tests/test_client/test_models.py
tests/test_server/__init__.py
tests/test_server/test_asgi.py
tests/test_server/test_model.py