aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/http/test_response.py
Commit message (Collapse)AuthorAgeFilesLines
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-145/+0
|
* netlib.tutils -> mitmproxy.test.tutilsAldo Cortesi2016-10-201-1/+1
| | | | There's a LOT more to be done refactoring our different conflicting test utils.
* addons.Addons -> addonmanager, builtins -> addonsAldo Cortesi2016-10-191-1/+1
|
* remove empty lines at beginning of fileThomas Kriechbaumer2016-10-171-1/+0
|
* python3: clean up super and __future__Aldo Cortesi2016-10-171-1/+0
|
* python3: clean up class bracketsAldo Cortesi2016-10-171-3/+3
|
* Zap object base classAldo Cortesi2016-10-171-3/+3
|
* fix Response.make content-length headerMaximilian Hils2016-09-211-0/+5
|
* introduce Response.make for simple response creationMaximilian Hils2016-08-231-0/+20
|
* 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