summaryrefslogtreecommitdiff
path: root/src/webob/request.py
Commit message (Expand)AuthorAgeFilesLines
* Support wsgi.input_terminatedBert JW Regeer2017-11-201-3/+14
* Rewrite accept_property and add tests.Ira Lun2017-08-291-4/+2
* Add accept_charset_property, docs and tests.Ira Lun2017-08-291-2/+2
* Use accept_encoding_property for request.accept_encoding.Ira Lun2017-08-291-5/+2
* Use accept_language_property in request.Ira Lun2017-07-231-2/+2
* Use rsplit instead of splitBert JW Regeer2017-06-301-8/+8
* Change AcceptClass of request.accept_encoding to AcceptEncoding.Ira Lun2017-06-151-0/+2
* Move files around, make testing betterBert JW Regeer2017-05-221-0/+1735