diff options
-rw-r--r-- | examples/complex/har_dump.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/complex/har_dump.py b/examples/complex/har_dump.py index 040c7d28..33a2f79f 100644 --- a/examples/complex/har_dump.py +++ b/examples/complex/har_dump.py @@ -1,5 +1,11 @@ """ 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 """ |