MINOR: checks: Add support of HTTP response sample fetches
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 30 Apr 2020 09:30:00 +0000 (11:30 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2020 09:06:43 +0000 (11:06 +0200)
commit16032ab44a7179d3a2783a83d9992755d21a9873
tree2b0b2fc7af8e7d6f9cab2575083aac1aa71fa6c5
parentd92ea7f5e743faaf4789777f585be5e620df3434
MINOR: checks: Add support of HTTP response sample fetches

HTPP sample fetches acting on the response can now be called from any sample
expression or log-format string in a tcp-check based ruleset. To avoid any
ambiguities, all these sample fetches are in the check scope, for instance
check.hdr() or check.cook().
doc/configuration.txt
src/http_fetch.c