mitmproxy/examples
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
..
addons refactor h2 trailer support 2020-07-06 01:05:26 +02:00
contrib restructure examples 2020-06-23 16:00:14 +02:00
pathod format examples 2016-05-29 01:23:39 -07:00
keys.yaml typo 2018-05-27 19:40:26 +03:00
README.md restructure examples 2020-06-23 16:00:14 +02:00

Mitmproxy Examples

Mitmproxy has a powerful scripting API that allows you to control almost any aspect of traffic being proxied. In fact, much of mitmproxys own core functionality is implemented using the exact same API (see mitmproxy/addons).

⚠️ If you are browsing this on GitHub, make sure to select the git tag matching your mitmproxy version.