git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946617
13f79535-47bb-0310-9956-
ffa450edef68
<div class="section">
<h2><a name="early" id="early">Early and Late Processing</a></h2>
<p><code class="module"><a href="../mod/mod_headers.html">mod_headers</a></code> can be applied either early or late
- in the request. The normal mode is late, when Request Headers are
- set immediately before running the content generator and Response
+ in the request. The normal mode is late, when <em>Request</em> Headers are
+ set immediately before running the content generator and <em>Response</em>
Headers just as the response is sent down the wire. Always use
Late mode in an operational server.</p>
<section id="early"><title>Early and Late Processing</title>
<p><module>mod_headers</module> can be applied either early or late
- in the request. The normal mode is late, when Request Headers are
- set immediately before running the content generator and Response
+ in the request. The normal mode is late, when <em>Request</em> Headers are
+ set immediately before running the content generator and <em>Response</em>
Headers just as the response is sent down the wire. Always use
Late mode in an operational server.</p>