aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/http/test_response.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix test failuresAldo Cortesi2016-05-311-1/+1
|
* more style cleanupThomas Kriechbaumer2016-05-291-1/+2
|
* fix testsMaximilian Hils2016-05-281-1/+1
|
* cleanup imports with flake8Thomas Kriechbaumer2016-05-281-2/+0
|
* improve MultiDict, add ImmutableMultiDict, adjust response.cookiesMaximilian Hils2016-05-181-17/+15
|
* add MultiDictMaximilian Hils2016-05-181-1/+1
| | | | | | | | This commit introduces MultiDict, a multi-dictionary similar to ODict, but with improved semantics (as in the Headers class). MultiDict fixes a few issues that were present in the Request/Response API. In particular, `request.cookies["foo"] = "bar"` has previously been a no-op, as the cookies property returned a mutable _copy_ of the cookies.
* improve cookie parsingThomas Kriechbaumer2016-05-101-1/+1
| | | | | allows '/' to be within a cookie name removes deprecated cookie getter/setter fixes #1118
* move HTTPResponse.refresh into netlibMaximilian Hils2016-04-021-0/+23
|
* move tests into shared folderMaximilian Hils2016-02-151-0/+102