LICENSE
README.md
pyproject.toml
setup.cfg
httpdbg/__init__.py
httpdbg/__main__.py
httpdbg/args.py
httpdbg/initiator.py
httpdbg/mode_console.py
httpdbg/mode_pytest.py
httpdbg/mode_script.py
httpdbg/records.py
httpdbg/server.py
httpdbg/utils.py
httpdbg.egg-info/PKG-INFO
httpdbg.egg-info/SOURCES.txt
httpdbg.egg-info/dependency_links.txt
httpdbg.egg-info/entry_points.txt
httpdbg.egg-info/top_level.txt
httpdbg/hooks/__init__.py
httpdbg/hooks/aiohttp.py
httpdbg/hooks/all.py
httpdbg/hooks/cookies.py
httpdbg/hooks/httpx.py
httpdbg/hooks/requests.py
httpdbg/hooks/urllib3.py
httpdbg/hooks/utils.py
httpdbg/webapp/__init__.py
httpdbg/webapp/api.py
httpdbg/webapp/app.py
httpdbg/webapp/preview.py
httpdbg/webapp/static/api.js
httpdbg/webapp/static/column.css
httpdbg/webapp/static/configuration.js
httpdbg/webapp/static/detail.css
httpdbg/webapp/static/favicon.ico
httpdbg/webapp/static/filter.js
httpdbg/webapp/static/index.htm
httpdbg/webapp/static/main.js
httpdbg/webapp/static/mustache.min.js
httpdbg/webapp/static/render.js
httpdbg/webapp/static/style.css
httpdbg/webapp/static/table.css
httpdbg/webapp/static/tooltip.css
tests/test_api.py
tests/test_cli.py
tests/test_context_manager.py
tests/test_hook_aiohttp.py
tests/test_hook_httpx.py
tests/test_hook_requests.py
tests/test_hook_urllib3.py
tests/test_mode_console.py
tests/test_mode_pytest.py
tests/test_mode_script.py
tests/test_preview.py