mitmproxy/test/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 move tests into shared folder 2016-02-15 16:34:22 +01:00
test_authentication.py move tests into shared folder 2016-02-15 16:34:22 +01:00
test_cookies.py add MultiDict 2016-05-18 18:46:42 -07:00
test_headers.py add MultiDict 2016-05-18 18:46:42 -07:00
test_message.py temporarily silence flaky tests 2016-02-16 02:02:32 +01:00
test_request.py add MultiDict 2016-05-18 18:46:42 -07:00
test_response.py add MultiDict 2016-05-18 18:46:42 -07:00
test_status_codes.py move tests into shared folder 2016-02-15 16:34:22 +01:00
test_user_agents.py move tests into shared folder 2016-02-15 16:34:22 +01:00