mitmproxy/netlib/http
Aldo Cortesi a5c4cd0340 A clearer implementation of MultiDictView
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.
2016-05-21 11:37:36 +12:00
..
http1 add MultiDict 2016-05-18 18:46:42 -07:00
http2 add MultiDict 2016-05-18 18:46:42 -07:00
__init__.py A clearer implementation of MultiDictView 2016-05-21 11:37:36 +12:00
authentication.py
cookies.py tests++ 2016-05-20 11:04:27 -07:00
headers.py fix Header docs 2016-05-20 09:37:13 -07:00
message.py A clearer implementation of MultiDictView 2016-05-21 11:37:36 +12:00
request.py A clearer implementation of MultiDictView 2016-05-21 11:37:36 +12:00
response.py A clearer implementation of MultiDictView 2016-05-21 11:37:36 +12:00
status_codes.py
user_agents.py