mitmproxy/examples
Maximilian Hils bacbaadb01
fix nonblocking.py example (#6399)
this previously caused an error on import (https://twitter.com/digininja/status/1711355339637973146), which we want to avoid.
2023-10-09 13:12:10 +00:00
..
addons fix nonblocking.py example (#6399) 2023-10-09 13:12:10 +00:00
contrib add save HAR addon (#6368) 2023-09-24 13:51:22 +00:00
keys.yaml
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.