Skip to main content

A django-debug-toolbar panel that shows you http client request record

Project description

# debug-toolbar-http-client
A django debug toolbar panel which records http requests made by app. It's simple base on [vcrpy](https://github.com/kevin1024/vcrpy) which will decompress “gzip” and “deflate” response bodies before recording

![alt tag](https://github.com/hoffer2github/debug-toolbar-http-client/blob/master/sample.png)


##Usage

###. Install and configure [Django Debug Toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar)

###. Install Django Debug Toolbar HTTP Client Panel:

```
pip install django-debug-toolbar-http-client
```

###. Add ``http_client_panel`` to your ``INSTALLED_APPS`` setting:

```

INSTALLED_APPS = (
# ...
'http_client_panel',
)
```

###. Add HTTP Client Panel to Django Debug Toolbar middleware:

```
MIDDLEWARE_CLASSES = (
...
'http_client_panel.panels.HttpClient.HttpClientPanel',
...
)
```

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-debug-toolbar-http-client-0.94.tar.gz (4.0 kB view details)

Uploaded Source

File details

Details for the file django-debug-toolbar-http-client-0.94.tar.gz.

File metadata

File hashes

Hashes for django-debug-toolbar-http-client-0.94.tar.gz
Algorithm Hash digest
SHA256 1877479f33c9e4cf6925800f048cf1272388cff491e2909caf8ce6ca1e663759
MD5 f25b27d4bb48b563bd983e08d97cd7a4
BLAKE2b-256 8ec4a089a25f9df0881f27ee7782aa6c214c7a8d4290ad3f6aa669c759a34bde

See more details on using hashes here.

Supported by

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