mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 10:26:23 +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. |
||
---|---|---|
.. | ||
console | ||
contrib | ||
models | ||
onboarding | ||
platform | ||
protocol | ||
proxy | ||
script | ||
web | ||
webfonts | ||
__init__.py | ||
cmdline.py | ||
contentviews.py | ||
controller.py | ||
dump.py | ||
exceptions.py | ||
filt.py | ||
flow_export.py | ||
flow_format_compat.py | ||
flow.py | ||
main.py | ||
stateobject.py | ||
tnetstring.py | ||
utils.py | ||
version.py |