mitmproxy/netlib/http
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
..
http1 add MultiDict 2016-05-18 18:46:42 -07:00
http2 add MultiDict 2016-05-18 18:46:42 -07:00
__init__.py replace CONTENT_MISSING with None. 2016-03-26 16:00:51 +08:00
authentication.py s/nocover/no cover/g 2016-03-27 12:02:41 +02:00
cookies.py add MultiDict 2016-05-18 18:46:42 -07:00
headers.py add MultiDict 2016-05-18 18:46:42 -07:00
message.py add MultiDict 2016-05-18 18:46:42 -07:00
request.py add MultiDict 2016-05-18 18:46:42 -07:00
response.py add MultiDict 2016-05-18 18:46:42 -07:00
status_codes.py combine projects 2016-02-18 13:03:40 +01:00
user_agents.py combine projects 2016-02-18 13:03:40 +01:00