summaryrefslogtreecommitdiff
path: root/paste/request.py
Commit message (Expand)AuthorAgeFilesLines
* fix for non-form POSTs, putting all the variables in __body__Ian Bicking2006-05-071-15/+24
* Moved WSGIRequest from request -> wsgiwrappers. Created WSGIResponse object i...bbangert2006-03-191-126/+1
* Fixed bug with WSGIRequest paramsbbangert2006-03-191-2/+2
* Added a get_cookie_headers function; added a dictionary-like object that dyna...Ian Bicking2006-03-131-34/+84
* Fixed WSGIRequest not parsing right, updating unit tests for WSGIRequestbbangert2006-03-131-18/+10
* Fixed headers propertybbangert2006-03-091-4/+3
* Added body, headers prototypebbangert2006-03-091-3/+9
* Added cookies and urlvars to WSGIRequestbbangert2006-03-091-5/+10
* Updated to be a bit more simple since only retrieving was neededbbangert2006-03-091-82/+65
* - removing trailing spacescce2006-03-091-47/+51
* Using textwrap to remove indentation from doc strings for propertiesbbangert2006-03-091-26/+31
* Fixed properties for WSGIRequest, added multidict. Caution, still needs to be...bbangert2006-03-091-24/+44
* Should now be handling form/get args properlybbangert2006-03-091-13/+31
* Fixed improper name of WSGIRequest objectbbangert2006-03-081-2/+2
* Fixed doc style to conform to PEP8/257. Added WSGIRequest object, added parse...bbangert2006-03-081-6/+181
* Added a method to resolve a relative URI in the context of a WSGI request (ur...Ian Bicking2006-01-271-1/+15
* Added a request.parse_headers() function for incoming requests environment ma...Ian Bicking2006-01-221-0/+19
* A bunch of little import cleanups noted from pyflakesIan Bicking2005-12-181-1/+1
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w...Ian Bicking2005-12-131-0/+214