mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
Merge pull request #3107 from 0xHJK/master
add har_dump example cmdline invocation
This commit is contained in:
commit
ad74c18f74
@ -1,5 +1,11 @@
|
|||||||
"""
|
"""
|
||||||
This inline script can be used to dump flows as HAR files.
|
This inline script can be used to dump flows as HAR files.
|
||||||
|
|
||||||
|
example cmdline invocation:
|
||||||
|
mitmdump -s ./har_dump.py --set hardump=./dump.har
|
||||||
|
|
||||||
|
filename endwith '.zhar' will be compressed:
|
||||||
|
mitmdump -s ./har_dump.py --set hardump=./dump.zhar
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user