LICENSE
README.md
pyproject.toml
src/django_http_inspector/__init__.py
src/django_http_inspector/config.py
src/django_http_inspector.egg-info/PKG-INFO
src/django_http_inspector.egg-info/SOURCES.txt
src/django_http_inspector.egg-info/dependency_links.txt
src/django_http_inspector.egg-info/requires.txt
src/django_http_inspector.egg-info/top_level.txt
src/django_http_inspector/capture/__init__.py
src/django_http_inspector/capture/exchange.py
src/django_http_inspector/capture/headers.py
src/django_http_inspector/capture/url.py
src/django_http_inspector/inspector/__init__.py
src/django_http_inspector/inspector/app.py
src/django_http_inspector/inspector/presentation.py
src/django_http_inspector/inspector/security.py
src/django_http_inspector/inspector/templates.py
src/django_http_inspector/replay/__init__.py
src/django_http_inspector/replay/edit.py
src/django_http_inspector/replay/service.py
src/django_http_inspector/replay/target.py
src/django_http_inspector/replay/transport.py
src/django_http_inspector/static/django_http_inspector/inspect.css
src/django_http_inspector/static/django_http_inspector/inspect.js
src/django_http_inspector/storage/__init__.py
src/django_http_inspector/storage/records.py
src/django_http_inspector/storage/repository.py
src/django_http_inspector/storage/schema.py
src/django_http_inspector/templates/django_http_inspector/base.html
src/django_http_inspector/templates/django_http_inspector/index.html
src/django_http_inspector/wrapper/__init__.py
src/django_http_inspector/wrapper/input.py
src/django_http_inspector/wrapper/response.py
src/django_http_inspector/wrapper/wsgi.py
tests/test_config.py
tests/test_end_to_end.py
tests/test_input_capture.py
tests/test_inspector_security.py
tests/test_inspector_ui.py
tests/test_models.py
tests/test_presentation.py
tests/test_release_checks.py
tests/test_release_workflow.py
tests/test_replay_edit.py
tests/test_replay_service.py
tests/test_replay_target.py
tests/test_replay_transport.py
tests/test_response_capture.py
tests/test_url_capture.py
tests/test_wrapper.py