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 restructure examples 2020-06-23 16:00:14 +02:00
commands-flows.py restructure examples 2020-06-23 16:00:14 +02:00
commands-paths.py restructure examples 2020-06-23 16:00:14 +02:00
commands-simple.py restructure examples 2020-06-23 16:00:14 +02:00
contentview.py restructure examples 2020-06-23 16:00:14 +02:00
duplicate-modify-replay.py restructure examples 2020-06-23 16:00:14 +02:00
events-http-specific.py restructure examples 2020-06-23 16:00:14 +02:00
events-tcp-specific.py restructure examples 2020-06-23 16:00:14 +02:00
events-websocket-specific.py restructure examples 2020-06-23 16:00:14 +02:00
events.py restructure examples 2020-06-23 16:00:14 +02:00
filter-flows.py restructure examples 2020-06-23 16:00:14 +02:00
http-add-header.py restructure examples 2020-06-23 16:00:14 +02:00
http-modify-form.py restructure examples 2020-06-23 16:00:14 +02:00
http-modify-query-string.py restructure examples 2020-06-23 16:00:14 +02:00
http-redirect-requests.py restructure examples 2020-06-23 16:00:14 +02:00
http-reply-from-proxy.py restructure examples 2020-06-23 16:00:14 +02:00
http-stream-modify.py restructure examples 2020-06-23 16:00:14 +02:00
http-stream-simple.py restructure examples 2020-06-23 16:00:14 +02:00
http-trailers.py refactor h2 trailer support 2020-07-06 01:05:26 +02:00
internet_in_mirror.py restructure examples 2020-06-23 16:00:14 +02:00
io-read-saved-flows.py restructure examples 2020-06-23 16:00:14 +02:00
io-write-flow-file.py restructure examples 2020-06-23 16:00:14 +02:00
log-events.py restructure examples 2020-06-23 16:00:14 +02:00
nonblocking.py restructure examples 2020-06-23 16:00:14 +02:00
options-configure.py restructure examples 2020-06-23 16:00:14 +02:00
options-simple.py restructure examples 2020-06-23 16:00:14 +02:00
scripting-minimal-example.py restructure examples 2020-06-23 16:00:14 +02:00
tcp-simple.py restructure examples 2020-06-23 16:00:14 +02:00
websocket-inject-message.py restructure examples 2020-06-23 16:00:14 +02:00
websocket-simple.py restructure examples 2020-06-23 16:00:14 +02:00
wsgi-flask-app.py restructure examples 2020-06-23 16:00:14 +02:00