Home
last modified time | relevance | path

Searched refs:WSGIRequest (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/tests/
Dtest_wsgiwrappers.py6 from paste.wsgiwrappers import WSGIRequest, WSGIResponse
22 WSGIRequest.defaults._push_object(dict(content_type='text/html',
25 request = WSGIRequest(environ)
34 WSGIRequest.defaults._pop_object()
74 request = WSGIRequest(environ)
Dtest_request.py6 from paste.wsgiwrappers import WSGIRequest
13 request = WSGIRequest(environ)
/external/chromium-trace/catapult/third_party/Paste/docs/modules/
Dwsgiwrappers.txt9 .. autoclass:: WSGIRequest
/external/chromium-trace/catapult/third_party/Paste/docs/
Dnews.txt363 * Fix ``paste.wsgiwrappers.WSGIRequest.urlvars`` to use
466 * ``paste.wsgiwrappers.WSGIRequest`` has match_accept() function to screen
469 * ``paste.wsgiwrappers.WSGIRequest.defaults`` now accepts a new key:
476 * ``paste.wsgiwrappers.WSGIRequest`` can now optionally decode form
796 * Added `paste.request.WSGIRequest
797 <class-paste.request.WSGIRequest.html>`_, a request object that
/external/chromium-trace/catapult/third_party/Paste/paste/
Dwsgiwrappers.py64 class WSGIRequest(object): class
/external/chromium-trace/catapult/third_party/WebOb/docs/
Ddifferences.txt13 ``paste.wsgiwrappers.WSGIRequest`` and ``WSGIResponse``
25 This is a file-like object in WSGIRequest. In WebOb it is a
Dreference.txt53 <http://pythonpaste.org/class-paste.wsgiwrappers.WSGIRequest.html>`_