.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/.images/logo.png
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/requirements.txt
docs/usage.rst
restpite/__init__.py
restpite.egg-info/PKG-INFO
restpite.egg-info/SOURCES.txt
restpite.egg-info/dependency_links.txt
restpite.egg-info/not-zip-safe
restpite.egg-info/requires.txt
restpite.egg-info/top_level.txt
restpite/dispatch/dispatcher.py
restpite/exceptions/exceptions.py
restpite/http/client.py
restpite/http/http_type.py
restpite/http/request.py
restpite/http/response.py
restpite/http/status_codes.py
restpite/protocols/restpite_protocols.py
tests/__init__.py
tests/conftest.py
tests/data_providers/data_service.py
tests/unit/test_assertions.py
tests/unit/test_handler_dispatcher.py
tests/unit/test_handlers.py
tests/unit/test_headers.py
tests/unit/test_response_codes.py