summaryrefslogtreecommitdiff
path: root/paste/wsgiwrappers.py
Commit message (Expand)AuthorAgeFilesLines
...
* o request.parse_formvars changes:pjenvey2006-07-241-3/+1
* having WSGIResponse.params return a multidictpjenvey2006-07-201-2/+2
* Changed usage of MultiDict to util.multidictianb2006-07-191-2/+3
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
* docstring fixupianb2006-04-241-4/+3
* Switched to holding content as an array internallybbangert2006-03-211-5/+5
* Removed LazyCache, cause it didn't work, and should use environ to cache the ...bbangert2006-03-191-22/+1
* Moved WSGIRequest from request -> wsgiwrappers. Created WSGIResponse object i...bbangert2006-03-191-0/+253