Stores the current request in Thread Local Storage using Werkzeug
Project description
Stores the current request in Thread Local Storage using Werkzeug.
Installation:
pip install django-tls
Configuration:
# settings.py MIDDLEWARE_CLASSES = ( 'tls.TLSRequestMiddleware', ... )
Usage:
from tls import request # do something dangerous and useful with current request object
Worried about security? then read this thread.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-tls-0.0.2.tar.gz
(2.6 kB
view details)
File details
Details for the file django-tls-0.0.2.tar.gz
.
File metadata
- Download URL: django-tls-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c14325b630e60a423ef0e3ebd5ebeb78b6cf4e8896540b8d144e40ed3fc0242 |
|
MD5 | a8fab88beda91913b31ea515bdb25f36 |
|
BLAKE2b-256 | 82e72c21bf70fd9760efc1d2ad3316bba55ec0ed63c3b9b6e45da65bbf2342b0 |