diff options
-rw-r--r-- | mitmproxy/flowfilter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/flowfilter.py b/mitmproxy/flowfilter.py index 4edf0413..23e47e2b 100644 --- a/mitmproxy/flowfilter.py +++ b/mitmproxy/flowfilter.py @@ -22,7 +22,7 @@ ~b rex Expression in the body of either request or response ~bq rex Expression in the body of request - ~bq rex Expression in the body of response + ~bs rex Expression in the body of response ~t rex Shortcut for content-type header. ~d rex Request domain |