From: William Lallemand Date: Tue, 4 Feb 2014 20:04:21 +0000 (+0100) Subject: DOC: add some information on capture.(req|res).hdr X-Git-Tag: v1.5-dev23~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d5b2e5a1d8396b728e5d3fc1d0973bdee19d1c0;p=thirdparty%2Fhaproxy.git DOC: add some information on capture.(req|res).hdr Clarify the beginning of the index. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 95f8eecdb3..014d9db168 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -10604,11 +10604,13 @@ cookie([]) : string (deprecated) capture.req.hdr() : string This extracts the content of the header captured by the "capture request header", idx is the position of the capture keyword in the configuration. + The first entry is an index of 0. See also: "capture request header" capture.res.hdr() : string This extracts the content of the header captured by the "capture response header", idx is the position of the capture keyword in the configuration. + The first entry is an index of 0. See also: "capture response header" hdr([[,]]) : string