mitmproxy/examples
Brad Dixon c6ba97eab6
Use emoji and characters as markers. Add ~marker filter syntax. (#4587)
* Use emoji and characters as markers. Add ~marker filter syntax.

* Add a test to please our CI overlords. :)
2021-05-27 11:40:41 +02:00
..
addons inject -> inject.tcp/inject.websocket 2021-03-16 15:01:33 +01:00
contrib Use emoji and characters as markers. Add ~marker filter syntax. (#4587) 2021-05-27 11:40:41 +02:00
keys.yaml typo 2018-05-27 19:40:26 +03:00
README.md Improve Markdown syntax(styling) (#4496) 2021-03-11 19:13:02 +01: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.