mitmproxy/examples
Anatoli Babenia 00f718e6c0
Fix location for contrib har_dump.py in its test (#4424)
To run the test, I had to copy `conftest.py` to examples.

    cp test/conftest.py examples
    pytest examples/contrib/test_har_dump.py

This fixes the `fixture 'tdata' not found` error.
2021-02-03 18:52:56 +01:00
..
addons [#4235] Automatic view mode based on should_render method (#4236) 2021-01-17 11:39:51 +01:00
contrib Fix location for contrib har_dump.py in its test (#4424) 2021-02-03 18:52:56 +01:00
keys.yaml
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.