mitmproxy/netlib/http/http2
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
..
__init__.py h2: move header parsing to netlib 2016-07-03 18:03:34 +05:30
framereader.py http2: improve error handling in tests 2016-06-22 22:09:57 +02:00
utils.py py3++, multidict fixes 2016-07-06 19:53:29 -07:00