mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
828ba0c2e7
This allow's trailers without the initial Trailer header announcement. In HTTP/2 the stream ends with any frame containing END_SREAM. In the case of trailers, it is a final HEADERS frame after all the DATA frames. Therefore we do not need to explicitly check for the trailer announcement header, but can simply wait until the response message / stream has ended. |
||
---|---|---|
.. | ||
anatomy.py | ||
commands-flows.py | ||
commands-paths.py | ||
commands-simple.py | ||
contentview.py | ||
duplicate-modify-replay.py | ||
events-http-specific.py | ||
events-tcp-specific.py | ||
events-websocket-specific.py | ||
events.py | ||
filter-flows.py | ||
http-add-header.py | ||
http-modify-form.py | ||
http-modify-query-string.py | ||
http-redirect-requests.py | ||
http-reply-from-proxy.py | ||
http-stream-modify.py | ||
http-stream-simple.py | ||
http-trailers.py | ||
internet_in_mirror.py | ||
io-read-saved-flows.py | ||
io-write-flow-file.py | ||
log-events.py | ||
nonblocking.py | ||
options-configure.py | ||
options-simple.py | ||
scripting-minimal-example.py | ||
tcp-simple.py | ||
websocket-inject-message.py | ||
websocket-simple.py | ||
wsgi-flask-app.py |