mitmproxy/netlib/http
Maximilian Hils 9c873d63f4 py3++, multidict fixes
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.
2016-07-06 19:53:29 -07:00
..
http1 Utils cleanups 2016-06-07 17:12:52 +12:00
http2 py3++, multidict fixes 2016-07-06 19:53:29 -07:00
__init__.py Reorganise netlib imports according to Google Style Guide 2016-06-01 11:12:10 +12:00
authentication.py Reorganise netlib imports according to Google Style Guide 2016-06-01 11:12:10 +12:00
cookies.py Reorganise netlib imports according to Google Style Guide 2016-06-01 11:12:10 +12:00
headers.py py3++, multidict fixes 2016-07-06 19:53:29 -07:00
message.py py3++ 2016-07-01 14:10:48 -07:00
multipart.py Reorganise netlib imports according to Google Style Guide 2016-06-01 11:12:10 +12:00
request.py fix tcp message handling 2016-07-01 17:17:16 -07:00
response.py Remove odict 2016-06-09 13:28:43 +12:00
status_codes.py combine projects 2016-02-18 13:03:40 +01:00
url.py Utils cleanups 2016-06-07 17:12:52 +12:00
user_agents.py combine projects 2016-02-18 13:03:40 +01:00