AUTHORS
ChangeLog
LICENSE
README.md
requirements.txt
setup.cfg
setup.py
.github/workflows/docs-publish.yml
.github/workflows/pypi-publish.yml
.github/workflows/pytest-cover-run.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/conf.py
docs/source/contents.rst
docs/source/index.rst
docs/source/_static/.keep
docs/source/misc/Glossary.rst
docs/source/misc/License.rst
docs/source/misc/Versions.rst
docs/source/module/RFC.rst
docs/source/module/http.rst
docs/source/module/interface.rst
docs/source/writeups/Advance Use.rst
docs/source/writeups/Basic Use.rst
docs/source/writeups/Quickstart.rst
examples/example_microservice.py
examples/example_request.py
examples/example_response.py
examples/example_sockets.py
httpsuite/RFC.py
httpsuite/__init__.py
httpsuite/http.py
httpsuite/interface.py
httpsuite/session.py
httpsuite.egg-info/PKG-INFO
httpsuite.egg-info/SOURCES.txt
httpsuite.egg-info/dependency_links.txt
httpsuite.egg-info/not-zip-safe
httpsuite.egg-info/pbr.json
httpsuite.egg-info/requires.txt
httpsuite.egg-info/top_level.txt
tests/__init__.py
tests/test_message.py
tests/test_request.py
tests/test_response.py
tests/interfaces/__init__.py
tests/interfaces/test_headers.py
tests/interfaces/test_interfaces.py
tests/interfaces/test_item.py