commit | ba8f06304e538d763a506526a63285c33d26af47 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Dec 06 08:43:22 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Dec 07 19:04:33 2021 +0100 |
tree | 14a919e73139c1c5e0542f83a7f578c7c42b97b3 | |
parent | 9beb387dd1502e016766388c5b2583116574d331 [diff] |
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.