mitmproxy/examples
Maximilian Hils 5af57cfa99 HTTPRequest -> http.Request, add request.authority 2020-07-16 16:55:15 +02:00
..
addons HTTPRequest -> http.Request, add request.authority 2020-07-16 16:55:15 +02:00
contrib Merge pull request #3962 from anneborcherding/feature/selenium-auth-addon 2020-07-15 13:54:48 +02:00
pathod
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.