wsgi-request-id

Extract yourself some Request IDs.


License
Other
Install
pip install wsgi-request-id==0.2

Documentation

wsgi-request-id

Make Request IDs available to your app, and also send one back to the client.

Usage

So simple.

from somewhere import my_wsgi_app
import wsgi_request_id

app = wsgi_request_id.init_app(my_wsgi_app)

Testing:

$ pip install tox
$ tox
  • This takes care of py.test and all the other craziness.

Contributing:

send me pull requests & doritos.