mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-29 23:01:03 +01:00
DOC: typo on capture.res.hdr and capture.req.hdr
capture.res.hdr and capture.req.hdr were mis-spelled (hdr.req.capture) in the doc, leading to misunderstandings.
This commit is contained in:
parent
1c59bd5abc
commit
5ac425ca48
@ -2770,6 +2770,7 @@ declare capture [ request | response ] len <length>
|
|||||||
for use in the response.
|
for use in the response.
|
||||||
|
|
||||||
See also: "capture-req", "capture-res" (sample converters),
|
See also: "capture-req", "capture-res" (sample converters),
|
||||||
|
"capture.req.hdr", "capture.res.hdr" (sample fetches),
|
||||||
"http-request capture" and "http-response capture".
|
"http-request capture" and "http-response capture".
|
||||||
|
|
||||||
|
|
||||||
@ -11841,16 +11842,16 @@ capture-req(<id>)
|
|||||||
is. If the slot doesn't exist, the capture fails silently.
|
is. If the slot doesn't exist, the capture fails silently.
|
||||||
|
|
||||||
See also: "declare capture", "http-request capture",
|
See also: "declare capture", "http-request capture",
|
||||||
"http-response capture", "req.hdr.capture" and
|
"http-response capture", "capture.req.hdr" and
|
||||||
"res.hdr.capture" (sample fetches).
|
"capture.res.hdr" (sample fetches).
|
||||||
|
|
||||||
capture-res(<id>)
|
capture-res(<id>)
|
||||||
Capture the string entry in the response slot <id> and returns the entry as
|
Capture the string entry in the response slot <id> and returns the entry as
|
||||||
is. If the slot doesn't exist, the capture fails silently.
|
is. If the slot doesn't exist, the capture fails silently.
|
||||||
|
|
||||||
See also: "declare capture", "http-request capture",
|
See also: "declare capture", "http-request capture",
|
||||||
"http-response capture", "req.hdr.capture" and
|
"http-response capture", "capture.req.hdr" and
|
||||||
"res.hdr.capture" (sample fetches).
|
"capture.res.hdr" (sample fetches).
|
||||||
|
|
||||||
sdbm([<avalanche>])
|
sdbm([<avalanche>])
|
||||||
Hashes a binary input sample into an unsigned 32-bit quantity using the SDBM
|
Hashes a binary input sample into an unsigned 32-bit quantity using the SDBM
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user