Skip to content

Files

Latest commit

Mar 10, 2018
b353114 · Mar 10, 2018

History

History
This branch is 3294 commits behind mitmproxy/mitmproxy:main.

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 10, 2018
Feb 25, 2018
May 29, 2016
Feb 25, 2018
Nov 21, 2016

Mitmproxy Scripting API

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

This directory contains some examples of the scripting API. We recommend to start with the ones in simple/.

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

Some inline scripts may require additional dependencies, which can be installed using pip install mitmproxy[examples].