mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-05-10 13:04:12 +08:00
This makes MultiDictView work with a simple getter/setter pair, rather than using attributes with implicit leading underscores. Also move MultiDictView into multidict.py and adds some simple unit tests.