mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +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 | ||
test_authentication.py | ||
test_cookies.py | ||
test_headers.py | ||
test_message.py | ||
test_request.py | ||
test_response.py | ||
test_status_codes.py | ||
test_user_agents.py |