mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-30 11:19:23 +00:00
9ea68ebd28
- 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. |
||
---|---|---|
.. | ||
http1 | ||
http2 | ||
__init__.py | ||
authentication.py | ||
cookies.py | ||
headers.py | ||
message.py | ||
request.py | ||
response.py | ||
status_codes.py | ||
user_agents.py |