diff --git a/doc/configuration.txt b/doc/configuration.txt index fafaa3470..9ab84abec 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -5848,17 +5848,17 @@ http-after-response add-header [ { if | unless } ] value is defined by . Please refer to "http-request add-header" for a complete description. +http-after-response allow [ { if | unless } ] + + This stops the evaluation of the rules and lets the response pass the check. + No further "http-after-response" rules are evaluated for the current section. + http-after-response capture id [ { if | unless } ] This captures sample expression from the response buffer, and converts it to a string. Please refer to "http-response capture" for a complete description. -http-after-response allow [ { if | unless } ] - - This stops the evaluation of the rules and lets the response pass the check. - No further "http-after-response" rules are evaluated for the current section. - http-after-response del-header [ -m ] [ { if | unless } ] This removes all HTTP header fields whose name is specified in . Please