zaqar/marconi/transport/wsgi
Zhihao Yuan f1e71796b4 feat(validation): validate user input
The validation is implemented as a set of free-standing functions
in a separated module; each driver which uses storage functions
should call call the corresponding validation functions first.

Fixes: bug #1177971
Fixes: bug #1177976
Fixes: bug #1177979
Fixes: bug #1206175
Fixes: bug #1208873

Change-Id: I0b9c9766a9c3de42f2a2eb470cba0ab7265e669a
2013-08-12 09:32:56 -04:00
..
__init__.py style: Fix flake8 and hacking errors 2013-05-07 09:31:20 -04:00
app.py Replace gunicorn with wsgiref 2013-06-10 16:46:26 +02:00
claims.py feat(validation): validate user input 2013-08-12 09:32:56 -04:00
driver.py Implement v1 JSON Home Document 2013-08-05 13:58:13 -05:00
exceptions.py Clean up exception handling in the WSGI transport driver. 2013-05-20 10:10:16 -05:00
health.py Implement health endpoint for WSGI driver 2013-07-09 09:31:52 -06:00
messages.py feat(validation): validate user input 2013-08-12 09:32:56 -04:00
metadata.py feat(validation): validate user input 2013-08-12 09:32:56 -04:00
queues.py feat(validation): validate user input 2013-08-12 09:32:56 -04:00
stats.py Rename transport helpers to utils 2013-08-09 17:31:55 -04:00
utils.py Buffer message documents when enqueuing them, in lieu of streaming 2013-08-09 17:37:43 -04:00
v1.py Implement v1 JSON Home Document 2013-08-05 13:58:13 -05:00