summaryrefslogtreecommitdiff
path: root/tests/test_fileapp.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for FileApp replying to non-GET requests, and giving the body for HEAD re...1.2ianb2007-02-011-0/+12
* Added tests for file-related conditional requests. Added support for If-None...ianb2006-07-171-0/+21
* o revised the r5420 patch to be specific to the _IfModifiedSince headerpjenvey2006-06-261-2/+5
* - fixed logic/definition problem /w multi-entry headers;cce2006-01-011-0/+1
* - added Range.parse to httpheaderscce2005-12-291-7/+10
* - added Range: functionality to FileAppcce2005-12-251-9/+84
* - got rid of unnecessary trailing spaces in httpexceptionscce2005-12-231-6/+65
* - made __call__ for an HTTPException be the same as wsgi_applicationcce2005-12-231-0/+35