diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-09-29 12:46:56 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-10-03 11:45:54 +0200 |
commit | ba842489103caba2691084a1f32f3c79f8f564d6 (patch) | |
tree | 0f59f5361da6db63a28ca6830101eccf300edfad /docs | |
parent | 611dad12a7a94fd90619a2db44cd42aab922b4e2 (diff) | |
download | mitmproxy-ba842489103caba2691084a1f32f3c79f8f564d6.tar.gz mitmproxy-ba842489103caba2691084a1f32f3c79f8f564d6.tar.bz2 mitmproxy-ba842489103caba2691084a1f32f3c79f8f564d6.zip |
rename mitmproxy.filt -> mitmproxy.flowfilter
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features/filters.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/features/filters.rst b/docs/features/filters.rst index 509b5d6b..e531f734 100644 --- a/docs/features/filters.rst +++ b/docs/features/filters.rst @@ -8,7 +8,7 @@ Filter expressions consist of the following operators: .. documentedlist:: :header: "Expression" "Description" - :listobject: mitmproxy.filt.help + :listobject: mitmproxy.flowfilter.help - Regexes are Python-style - Regexes can be specified as quoted strings @@ -36,4 +36,3 @@ Anything but requests with a text/html content type: .. code-block:: none !(~q & ~t "text/html") - |