Loading docs/manual/expr.xml +7 −5 Original line number Diff line number Diff line Loading @@ -480,10 +480,12 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>" <td>Same as <code>req</code>, but header names will not be added to the Vary header</td><td></td></tr> <tr><td><code>resp</code></td> <td>Get HTTP response header</td><td></td></tr> <td>Get HTTP response header (most response headers will not yet be set during <directive><If></directive>)</td><td></td></tr> <tr><td><code>reqenv</code></td> <td>Lookup request environment variable (as a shortcut, <code>v</code> can also be used to access variables).</td> <code>v</code> can also be used to access variables). </td> <td>ordering</td></tr> <tr><td><code>osenv</code></td> <td>Lookup operating system environment variable</td><td></td></tr> Loading Loading
docs/manual/expr.xml +7 −5 Original line number Diff line number Diff line Loading @@ -480,10 +480,12 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>" <td>Same as <code>req</code>, but header names will not be added to the Vary header</td><td></td></tr> <tr><td><code>resp</code></td> <td>Get HTTP response header</td><td></td></tr> <td>Get HTTP response header (most response headers will not yet be set during <directive><If></directive>)</td><td></td></tr> <tr><td><code>reqenv</code></td> <td>Lookup request environment variable (as a shortcut, <code>v</code> can also be used to access variables).</td> <code>v</code> can also be used to access variables). </td> <td>ordering</td></tr> <tr><td><code>osenv</code></td> <td>Lookup operating system environment variable</td><td></td></tr> Loading