mitmproxy/netlib
Aldo Cortesi 9ea68ebd28 Improve handling of pseudo-headers
- The canonical source for :method, :scheme and :path are the .method, .scheme
and .path attributes on the request object.
- These pseudo-headers are stripped after reading the request, and re-inserted
just before sending.
- The :authority header remains, and should be handled analagously to the Host
header in HTTP1 with respect to display and user interaction.
2016-05-31 14:36:17 +12:00
..
http Improve handling of pseudo-headers 2016-05-31 14:36:17 +12:00
websockets more style cleanup 2016-05-29 13:43:20 +02:00
__init__.py combine projects 2016-02-18 13:03:40 +01:00
certutils.py fix #1067 2016-04-02 20:20:28 +02:00
encoding.py add MultiDict 2016-05-18 18:46:42 -07:00
exceptions.py combine projects 2016-02-18 13:03:40 +01:00
multidict.py Improve handling of pseudo-headers 2016-05-31 14:36:17 +12:00
odict.py clean up odict 2016-05-18 19:01:49 -07:00
socks.py netlib: fix most flake8 offenses 2016-05-28 22:17:02 +02:00
tcp.py Merge branch 'master' into solidcore 2016-05-29 11:14:46 +12:00
tutils.py fix bytes vs. str 2016-05-29 22:17:45 +02:00
utils.py raise a more verbose error 2016-05-29 19:28:59 +02:00
version_check.py cleanup imports with flake8 2016-05-28 14:43:32 +02:00
version.py bump version 2016-04-09 20:01:24 -07:00
wsgi.py netlib: fix most flake8 offenses 2016-05-28 22:17:02 +02:00