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

##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',
...
)
```
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

##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
File details
Details for the file django-debug-toolbar-http-client-0.94.tar.gz.
File metadata
- Download URL: django-debug-toolbar-http-client-0.94.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1877479f33c9e4cf6925800f048cf1272388cff491e2909caf8ce6ca1e663759
|
|
| MD5 |
f25b27d4bb48b563bd983e08d97cd7a4
|
|
| BLAKE2b-256 |
8ec4a089a25f9df0881f27ee7782aa6c214c7a8d4290ad3f6aa669c759a34bde
|