From 6421508638c7fb7cb366df5462385aa79a1b1d6c Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 19 Jun 2002 20:36:39 +0000 Subject: [PATCH] This moved, so moved. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95813 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/request.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/manual/developer/request.html b/docs/manual/developer/request.html index 2bd0531973..2ed39e5020 100644 --- a/docs/manual/developer/request.html +++ b/docs/manual/developer/request.html @@ -199,13 +199,6 @@ always the cleanest mechanism, but occasionally it's the only option.

-

Hook: insert_filter

- -

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.

-

The Handler Phase

This phase is not part of the @@ -215,6 +208,14 @@ ap_process_request_internal() it then calls ap_invoke_handler() to generate the request.

+

Hook: insert_filter

+ +

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.

+

Hook: handler

The module finally has a chance to serve the request in it's -- 2.40.0