diff options
author | Aldo Cortesi <aldo@corte.si> | 2016-10-04 08:13:19 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-04 08:13:19 +1100 |
commit | b0add569b988e9f1e319b9577fbd8e076ac5bd23 (patch) | |
tree | 285120283d1e78f5d4477eaa9bb9fd630babbd05 /docs | |
parent | 13fb384c1996e74fa836c5ef572e740f5717c54a (diff) | |
parent | 36c04f1631c79ca79712873e151c7f5267cafd46 (diff) | |
download | mitmproxy-b0add569b988e9f1e319b9577fbd8e076ac5bd23.tar.gz mitmproxy-b0add569b988e9f1e319b9577fbd8e076ac5bd23.tar.bz2 mitmproxy-b0add569b988e9f1e319b9577fbd8e076ac5bd23.zip |
Merge pull request #1587 from Kriechi/rename-filt
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") - |