mitmproxy/examples
Kamil Borzym f51019cb63
[#4235] Automatic view mode based on should_render method (#4236)
* [#4235] Automatic view based on should_render method instead of content_types property

* [#4235] Update CHENGELOG

* [#4235] Fix linter warnings

* Add an explicit test for the new forward-compatible behaviour

* wip

* contentviews: introduce render_priority (2/2)

* coverage++, lint!

* minor fixes

Co-authored-by: Maximilian Hils <git@maximilianhils.com>
2021-01-17 11:39:51 +01:00
..
addons [#4235] Automatic view mode based on should_render method (#4236) 2021-01-17 11:39:51 +01:00
contrib Merge pull request #4301 from Kriechi/pyupgrade-py36 2020-11-21 11:05:16 +01:00
README.md restructure examples 2020-06-23 16:00:14 +02:00
keys.yaml typo 2018-05-27 19:40:26 +03:00

README.md

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.