Searched refs:WSGIRequest (Results 1 – 7 of 7) sorted by relevance
6 from paste.wsgiwrappers import WSGIRequest, WSGIResponse22 WSGIRequest.defaults._push_object(dict(content_type='text/html',25 request = WSGIRequest(environ)34 WSGIRequest.defaults._pop_object()74 request = WSGIRequest(environ)
6 from paste.wsgiwrappers import WSGIRequest13 request = WSGIRequest(environ)
9 .. autoclass:: WSGIRequest
363 * Fix ``paste.wsgiwrappers.WSGIRequest.urlvars`` to use466 * ``paste.wsgiwrappers.WSGIRequest`` has match_accept() function to screen469 * ``paste.wsgiwrappers.WSGIRequest.defaults`` now accepts a new key:476 * ``paste.wsgiwrappers.WSGIRequest`` can now optionally decode form796 * Added `paste.request.WSGIRequest797 <class-paste.request.WSGIRequest.html>`_, a request object that
64 class WSGIRequest(object): class
13 ``paste.wsgiwrappers.WSGIRequest`` and ``WSGIResponse``25 This is a file-like object in WSGIRequest. In WebOb it is a
53 <http://pythonpaste.org/class-paste.wsgiwrappers.WSGIRequest.html>`_