mitmproxy/netlib
Maximilian Hils 44ac64aa72 add MultiDict
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.
2016-05-18 18:46:42 -07:00
..
http add MultiDict 2016-05-18 18:46:42 -07:00
websockets combine projects 2016-02-18 13:03:40 +01:00
__init__.py combine projects 2016-02-18 13:03:40 +01:00
certutils.py fix #1067 2016-04-02 20:20:28 +02:00
encoding.py add MultiDict 2016-05-18 18:46:42 -07:00
exceptions.py combine projects 2016-02-18 13:03:40 +01:00
multidict.py add MultiDict 2016-05-18 18:46:42 -07:00
odict.py improve .replace() and move it into netlib 2016-04-02 14:38:33 +02:00
socks.py Add 'UsernamePasswordAuth' 'UsernamePasswordAuthResponse' to SOCKS 2016-03-15 14:33:20 +08:00
tcp.py peer_address -> ip_address 2016-04-11 14:14:18 -07:00
tutils.py fix test paths, move coverage config into setup.py 2016-02-18 13:24:17 +01:00
utils.py add MultiDict 2016-05-18 18:46:42 -07:00
version_check.py remove netlib version check 2016-04-29 12:00:38 -07:00
version.py bump version 2016-04-09 20:01:24 -07:00
wsgi.py combine projects 2016-02-18 13:03:40 +01:00