Skip to main content

https://github.com/nathforge/django-wiretap

Project description

Captures HTTP requests & responses for debugging.

This is an early release, and is not suitable for production use.

Screenshots

List

screenshot-list.png

View

screenshot-view.png

Usage:

  • pip install django-wiretap

  • Edit Django settings:

    • Add 'wiretap' to INSTALLED_APPS

    • Add 'wiretap.middleware.WiretapMiddleware' to your MIDDLEWARE_CLASSES.

  • Create models with ./manage.py syncdb

  • Go to Django admin, add a new Tap.

    • This contains a path regex, which is matched against the full path, including the query string

    • If you just want to test Wiretap, set it to '/'.

HTTP request/responses will now be saved to the Message admin page.

Note that Wiretap will be disabled if Django is not in debug mode.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-wiretap-0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page