diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2012-04-29 12:15:25 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2012-04-29 12:18:34 +1200 |
commit | f03ce8107075567ea902b88ace2964ee035d45aa (patch) | |
tree | dd0e06fc9ddf4c4b9d04807aff18eea72d4bf52f /notes | |
parent | 2d88d88f8c27b50f5d4d532ae54a8c643e6dc868 (diff) | |
download | mitmproxy-f03ce8107075567ea902b88ace2964ee035d45aa.tar.gz mitmproxy-f03ce8107075567ea902b88ace2964ee035d45aa.tar.bz2 mitmproxy-f03ce8107075567ea902b88ace2964ee035d45aa.zip |
Anchor management: list and remove anchors.
Diffstat (limited to 'notes')
-rw-r--r-- | notes | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -33,16 +33,10 @@ Examples: 200:b1k:xr -Sequences: - - 200 * 2 | !forever - 200 | 404 | 200,b:500g - - Anchors: - Passed on command-line? - --anchor /foo/bar 200:!/foo + Passed on command-line: + -a "/foo/bar=200:!/foo" Built-in help |