<p>The <code>Request</code> object that is passed to the onTimeout is the exact same request that triggered the timeout. The <code>ResponseWriter</code> is a
complete new writer object.</p>
<divclass="note note-info"role="note">
<h4>ResponseWriter state </h4>
<p>
Since the ResponseWriter object is a complete new object, state is not preserved with the ResponseWriter from the onRequest() callback,
which means that you will have to write the complete response again, including headers and cookies.