mitmproxy/examples/addons
Thomas Kriechbaumer 828ba0c2e7 refactor h2 trailer support
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.
2020-07-06 01:05:26 +02:00
..
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 refactor h2 trailer support 2020-07-06 01:05:26 +02:00
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