]> granicus.if.org Git - apache/commitdiff
mention the new capability for input filters
authorJeff Trawick <trawick@apache.org>
Mon, 14 Jul 2003 18:12:36 +0000 (18:12 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 14 Jul 2003 18:12:36 +0000 (18:12 +0000)
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
docs/manual/mod/mod_ext_filter.xml

index f739f4e40e85a8677c5e60cb4e670673447c9c19..7a1941a02dfa0e670a85e5fa33882037ba154995 100644 (file)
@@ -263,9 +263,10 @@ delivery to the client</td></tr>
 
       <dt><code>mode=<var>mode</var></code></dt>
 
-      <dd><code>mode</code> should be <code>output</code> for now (the
-      default). In the future, <code>mode=input</code> will be used to
-      specify a filter for request bodies.</dd>
+      <dd>Use <code>mode=output</code> (the default) for filters which
+      process the response.  Use <code>mode=input</code> for filters
+      which process the request.  <code>mode=input</code> is new with
+      Apache 2.1.</dd>
 
       <dt><code>intype=<var>imt</var></code></dt>
 
index d9bd69d96f392edc6cead1e2839f70818b7ec9ee..8a226d0139212ed3ff09a29a3a487a3d19f1f887 100644 (file)
@@ -231,9 +231,10 @@ delivery to the client</description>
 
       <dt><code>mode=<var>mode</var></code></dt>
 
-      <dd><code>mode</code> should be <code>output</code> for now (the
-      default). In the future, <code>mode=input</code> will be used to
-      specify a filter for request bodies.</dd>
+      <dd>Use <code>mode=output</code> (the default) for filters which
+      process the response.  Use <code>mode=input</code> for filters
+      which process the request.  <code>mode=input</code> is new with
+      Apache 2.1.</dd>
 
       <dt><code>intype=<var>imt</var></code></dt>