mitmproxy/examples
Francisco Boni f9899fdd44
Improve http_manipulate_cookies.py example (#5578)
Improve the example helper functions to use the get_all functions recommended
in the Header class docs for use with cookies data. This will avoid errors when
dealing with multiple headers.

cf655a664f/mitmproxy/http.py (L148)
cf655a664f/mitmproxy/http.py (L91)
2022-09-11 15:58:29 +02:00
..
addons Fix wsgi HTTPS example (#5385) 2022-05-30 14:41:10 +00:00
contrib Improve http_manipulate_cookies.py example (#5578) 2022-09-11 15:58:29 +02:00
README.md Improve Markdown syntax(styling) (#4496) 2021-03-11 19:13:02 +01: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.