]> granicus.if.org Git - apache/commitdiff
This moved, so moved.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 19 Jun 2002 20:36:39 +0000 (20:36 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 19 Jun 2002 20:36:39 +0000 (20:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95813 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/request.html

index 2bd05319731eabe4cf086be1ec5fba46e0826dd3..2ed39e5020eac2873d8ebaf1d5991a3de9d724fa 100644 (file)
     always the cleanest mechanism, but occasionally it's the only
     option.</p>
 
-    <h3>Hook: insert_filter</h3>
-
-    <p>Modules that transform the content in some way can insert
-    their values and override existing filters, such that if the
-    user configured a more advanced filter out-of-order, then the
-    module can move it's order as need be.</p>
-
     <h2>The Handler Phase</h2>
 
     <p>This phase is <strong><em>not</em></strong> part of the
     <code>ap_process_request_internal()</code> it then calls
     <code>ap_invoke_handler()</code> to generate the request.</p>
 
+    <h3>Hook: insert_filter</h3>
+
+    <p>Modules that transform the content in some way can insert
+    their values and override existing filters, such that if the
+    user configured a more advanced filter out-of-order, then the
+    module can move it's order as need be.  There is no result code,
+    so actions in this hook better be trusted to always succeed.</p>
+
     <h3>Hook: handler</h3>
 
     <p>The module finally has a chance to serve the request in it's