haproxy/include
Christopher Faulet 4a2c142779 MEDIUM: http-rules: Support extra headers for HTTP return actions
It is now possible to append extra headers to the generated responses by HTTP
return actions, while it is not based on an errorfile. For return actions based
on errorfiles, these extra headers are ignored. To define an extra header, a
"hdr" argument must be used with a name and a value. The value is a log-format
string. For instance:

  http-request status 200 hdr "x-src" "%[src]" hdr "x-dst" "%[dst]"
2020-02-06 15:13:03 +01:00
..
common MINOR: htx: Add a function to append an HTX message to another one 2020-02-06 14:54:47 +01:00
import
proto MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding 2020-02-06 14:55:34 +01:00
types MEDIUM: http-rules: Support extra headers for HTTP return actions 2020-02-06 15:13:03 +01:00