mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
08895e9ba6
- restructure examples (fix #4031) - remove example dependencies from setup.py, we do not need special dependencies for our supported addons. - unify how we generate docs from code - improve example docs
10 lines
514 B
Markdown
10 lines
514 B
Markdown
# Mitmproxy Examples
|
||
|
||
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
|
||
(see [mitmproxy/addons](../mitmproxy/addons)).
|
||
|
||
|
||
| :warning: | If you are browsing this on GitHub, make sure to select the git tag matching your mitmproxy version. |
|
||
|------------|------------------------------------------------------------------------------------------------------|
|