aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/response.py
Commit message (Collapse)AuthorAgeFilesLines
* add MultiDictMaximilian Hils2016-05-181-0/+2
| | | | | | | | 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-10/+0
| | | | | allows '/' to be within a cookie name removes deprecated cookie getter/setter fixes #1118
* Merge pull request #1074 from mitmproxy/move-response-refreshThomas Kriechbaumer2016-04-031-0/+34
|\ | | | | move HTTPResponse.refresh into netlib
| * move HTTPResponse.refresh into netlibMaximilian Hils2016-04-021-0/+34
| |
* | response.msg -> response.reasonMaximilian Hils2016-04-021-10/+0
|/
* add Serializeable.copyMaximilian Hils2016-04-021-2/+1
|
* s/nocover/no cover/gThomas Kriechbaumer2016-03-271-4/+4
| | | according to coveralls docs
* combine projectsMaximilian Hils2016-02-181-0/+116