mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
DOC: add some information on capture.(req|res).hdr
Clarify the beginning of the index.
This commit is contained in:
parent
1a34d57d26
commit
4d5b2e5a1d
1 changed files with 2 additions and 0 deletions
|
|
@ -10604,11 +10604,13 @@ cookie([<name>]) : string (deprecated)
|
|||
capture.req.hdr(<idx>) : 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(<idx>) : 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([<name>[,<occ>]]) : string
|
||||
|
|
|
|||
Loading…
Reference in a new issue