mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Fix mistakes in examples/simple/Readme.md.
1. Delete row for script_arguments.py. 2. Add row for custom_option.py, using script_arguments.py's Description.
This commit is contained in:
parent
212e3b2f52
commit
71494c6a06
@ -1,18 +1,18 @@
|
|||||||
## Simple Examples
|
## Simple Examples
|
||||||
|
|
||||||
| Filename | Description |
|
| Filename | Description |
|
||||||
|:-----------------------------|:---------------------------------------------------------------------------|
|
| :----------------------------- | :--------------------------------------------------------------------------- |
|
||||||
| add_header.py | Simple script that just adds a header to every request. |
|
| add_header.py | Simple script that just adds a header to every request. |
|
||||||
| custom_contentview.py | Add a custom content view to the mitmproxy UI. |
|
| custom_contentview.py | Add a custom content view to the mitmproxy UI. |
|
||||||
| filter_flows.py | This script demonstrates how to use mitmproxy's filter pattern in scripts. |
|
| custom_option.py | Add arguments to a script. |
|
||||||
| io_read_dumpfile.py | Read a dumpfile generated by mitmproxy. |
|
| filter_flows.py | This script demonstrates how to use mitmproxy's filter pattern in scripts. |
|
||||||
| io_write_dumpfile.py | Only write selected flows into a mitmproxy dumpfile. |
|
| io_read_dumpfile.py | Read a dumpfile generated by mitmproxy. |
|
||||||
| log_events.py | Use mitmproxy's logging API. |
|
| io_write_dumpfile.py | Only write selected flows into a mitmproxy dumpfile. |
|
||||||
| modify_body_inject_iframe.py | Inject configurable iframe into pages. |
|
| log_events.py | Use mitmproxy's logging API. |
|
||||||
| modify_form.py | Modify HTTP form submissions. |
|
| modify_body_inject_iframe.py | Inject configurable iframe into pages. |
|
||||||
| modify_querystring.py | Modify HTTP query strings. |
|
| modify_form.py | Modify HTTP form submissions. |
|
||||||
| redirect_requests.py | Redirect a request to a different server. |
|
| modify_querystring.py | Modify HTTP query strings. |
|
||||||
| script_arguments.py | Add arguments to a script. |
|
| redirect_requests.py | Redirect a request to a different server. |
|
||||||
| send_reply_from_proxy.py | Send a HTTP response directly from the proxy. |
|
| send_reply_from_proxy.py | Send a HTTP response directly from the proxy. |
|
||||||
| upsidedownternet.py | Turn all images upside down. |
|
| upsidedownternet.py | Turn all images upside down. |
|
||||||
| wsgi_flask_app.py | Embed a WSGI app into mitmproxy. |
|
| wsgi_flask_app.py | Embed a WSGI app into mitmproxy. |
|
||||||
|
Loading…
Reference in New Issue
Block a user