summaryrefslogtreecommitdiff
path: root/src/webob/request.py
Commit message (Collapse)AuthorAgeFilesLines
* Support wsgi.input_terminatedBert JW Regeer2017-11-201-3/+14
| | | | | | This has grown support in uWSGI and we would like to support it as well. Closes #278
* 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
| | | | Don't split on IPv6 address if no port
* Change AcceptClass of request.accept_encoding to AcceptEncoding.Ira Lun2017-06-151-0/+2
| | | | | | | Having ``request.accept_encoding`` return an ``Accept`` class was strange and confusing, but more importantly the header needs its own class for ``Accept-Encoding``-specific functionality. (See https://github.com/Pylons/webob/issues/325)
* Move files around, make testing betterBert JW Regeer2017-05-221-0/+1735