mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
9c873d63f4
This commit improves Python 3 compatibility and fixes two multidict issues: 1. Headers.items(multi=True) now decodes fields 2. MultiDict.clear(item) has been removed, as Python's MutableMapping already defines .clear() with different semantics. This is confusing for everyone who expects a dict-like object. `.pop("attr", None)` is not fantastic, but it's the Python way to do it. |
||
---|---|---|
.. | ||
http1 | ||
http2 | ||
__init__.py | ||
authentication.py | ||
cookies.py | ||
headers.py | ||
message.py | ||
multipart.py | ||
request.py | ||
response.py | ||
status_codes.py | ||
url.py | ||
user_agents.py |