mitmproxy/examples
Stanley Good 9c99777e42
http version for flow is now based on HAR file (#6248)
* http version for flow is now based on HAR file

* [autofix.ci] apply automated fixes

* http_version is now always added as correct representation, and test files are updated with correct http_version values

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2023-07-15 09:56:09 +02:00
..
addons Update http-reply-from-proxy.py (#6117) 2023-07-02 12:55:33 +02:00
contrib http version for flow is now based on HAR file (#6248) 2023-07-15 09:56:09 +02: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.