MINOR: http-rules: Add capture action to http-after-response ruleset
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 6 Dec 2021 07:43:22 +0000 (08:43 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 16 Dec 2021 08:42:55 +0000 (09:42 +0100)
commit6a692f97e674a80c0e2bda2723fc91268e371811
tree6e85362fd02005ad158634d6722b8eb56c6151fd
parentfd0ad156fe206d963b3c48494d538f8a44880812
MINOR: http-rules: Add capture action to http-after-response ruleset

It is now possible to perform captures on the response when
http-after-response rules are evaluated. It may be handy to capture headers
from responses generated by HAProxy.

This patch is trivial, it may be backported if necessary.

(cherry picked from commit ba8f06304e538d763a506526a63285c33d26af47)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
doc/configuration.txt
src/http_act.c