mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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:
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user