From c1c800baba5572a0e57ee5f861efc20990d9cce8 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 14 Jul 2003 18:12:36 +0000 Subject: [PATCH] mention the new capability for input filters git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100610 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ext_filter.html.en | 7 ++++--- docs/manual/mod/mod_ext_filter.xml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_ext_filter.html.en b/docs/manual/mod/mod_ext_filter.html.en index f739f4e40e..7a1941a02d 100644 --- a/docs/manual/mod/mod_ext_filter.html.en +++ b/docs/manual/mod/mod_ext_filter.html.en @@ -263,9 +263,10 @@ delivery to the client
mode=mode
-
mode should be output for now (the - default). In the future, mode=input will be used to - specify a filter for request bodies.
+
Use mode=output (the default) for filters which + process the response. Use mode=input for filters + which process the request. mode=input is new with + Apache 2.1.
intype=imt
diff --git a/docs/manual/mod/mod_ext_filter.xml b/docs/manual/mod/mod_ext_filter.xml index d9bd69d96f..8a226d0139 100644 --- a/docs/manual/mod/mod_ext_filter.xml +++ b/docs/manual/mod/mod_ext_filter.xml @@ -231,9 +231,10 @@ delivery to the client
mode=mode
-
mode should be output for now (the - default). In the future, mode=input will be used to - specify a filter for request bodies.
+
Use mode=output (the default) for filters which + process the response. Use mode=input for filters + which process the request. mode=input is new with + Apache 2.1.
intype=imt
-- 2.50.1