mitmproxy/netlib/http/http2
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
..
__init__.py combine projects 2016-02-18 13:03:40 +01:00
connections.py Improve handling of pseudo-headers 2016-05-31 14:36:17 +12:00