Skip to main content

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


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)

Uploaded Source

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

Hashes for django-tls-0.0.2.tar.gz
Algorithm Hash digest
SHA256 0c14325b630e60a423ef0e3ebd5ebeb78b6cf4e8896540b8d144e40ed3fc0242
MD5 a8fab88beda91913b31ea515bdb25f36
BLAKE2b-256 82e72c21bf70fd9760efc1d2ad3316bba55ec0ed63c3b9b6e45da65bbf2342b0

See more details on using hashes here.

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