.gitignore
CHANGELOG.md
LICENSE
README.md
RELEASE.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/dependabot.yml
.vscode/settings.json
configurable_http_proxy/__init__.py
configurable_http_proxy/_version.py
configurable_http_proxy/cli.py
configurable_http_proxy/configproxy.py
configurable_http_proxy/handlers.py
configurable_http_proxy/store.py
configurable_http_proxy/trie.py
configurable_http_proxy.egg-info/PKG-INFO
configurable_http_proxy.egg-info/SOURCES.txt
configurable_http_proxy.egg-info/dependency_links.txt
configurable_http_proxy.egg-info/entry_points.txt
configurable_http_proxy.egg-info/not-zip-safe
configurable_http_proxy.egg-info/requires.txt
configurable_http_proxy.egg-info/top_level.txt
configurable_http_proxy/templates/404.html
configurable_http_proxy/templates/500.html
configurable_http_proxy_test/dummy_store.py
configurable_http_proxy_test/test_api.py
configurable_http_proxy_test/test_proxy.py
configurable_http_proxy_test/test_store.py
configurable_http_proxy_test/test_trie.py
configurable_http_proxy_test/testutil.py
configurable_http_proxy_test/resources/errors/404.html
configurable_http_proxy_test/resources/errors/error.html