mitmproxy/examples
Stanley Good eacbb25e93
ReadHAR addon (#6283)
* moved readhar to addons and adjusted tests

* fixed tests for read_har function

* Add har export addon (#6252)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Hils <git@maximilianhils.com>

* fixed path issues

* added back contrib/import_har

* [autofix.ci] apply automated fixes

* fixed windows error hopefully

* [autofix.ci] apply automated fixes

* fixed ubuntu 3.10 isoformat error

* [autofix.ci] apply automated fixes

* fixed Path import

* [autofix.ci] apply automated fixes

* need to fix ubuntu 3.10 isoformat

* [autofix.ci] apply automated fixes

* replaced Z with +00:00 before isoformatting

* fixed tox lint

* moved readhar to addons and adjusted tests

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
2023-07-29 18:32:23 +02:00
..
addons
contrib ReadHAR addon (#6283) 2023-07-29 18:32:23 +02: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.