Skip to main content

Provide utils to intercept and save/redirect requests

Project description

Django Thaad (interceptor)

Django thaad is a library that allows project to intercept all request in and endpoint and save crutial information to inspect the payload in request, also you can create mock responses to send back to the requester and create Fake APIs.

How to use

Add interceptor app in your settings:

INSTALLED_APPS = (
    #...
    'interceptor',
    #...
  )

Add interceptor urls in your main urls.py:

urlpatterns = [
    #...
    path('', include('interceptor.urls', namespace='interceptor'))
    #...
]

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-thaad-1.0.5.tar.gz (9.9 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