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
This commit is contained in:
Jeff Trawick
2003-07-14 18:12:36 +00:00
parent f411c0793b
commit c1c800baba
2 changed files with 8 additions and 6 deletions

View 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>

View 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>