aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/http/http1/test_read.py
Commit message (Collapse)AuthorAgeFilesLines
* netlib.utils.get_header_tokens -> netlib.http1.read.get_header_tokensAldo Cortesi2016-05-311-1/+12
| | | | Placing this next to its only use.
* more style cleanupThomas Kriechbaumer2016-05-291-0/+4
| | | | Use this to check: flake8 --count mitmproxy netlib pathod examples test
* cleanup imports with flake8Thomas Kriechbaumer2016-05-281-1/+0
|
* add MultiDictMaximilian Hils2016-05-181-4/+4
| | | | | | | | 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.
* move tests into shared folderMaximilian Hils2016-02-151-0/+333