mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-31 23:38:46 +00:00
44ac64aa72
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. |
||
---|---|---|
.. | ||
data | ||
http | ||
tools | ||
websockets | ||
__init__.py | ||
test_certutils.py | ||
test_encoding.py | ||
test_imports.py | ||
test_odict.py | ||
test_socks.py | ||
test_tcp.py | ||
test_utils.py | ||
test_version_check.py | ||
test_wsgi.py | ||
tservers.py |