]> git.kaiwu.me - haproxy.git/commit
MEDIUM: Add set-headers-bin, add-headers-bin and del-headers-bin actions
authorNenad Merdanovic <nmerdan@anine.io>
Mon, 30 Mar 2026 21:58:21 +0000 (23:58 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 31 Mar 2026 17:56:28 +0000 (19:56 +0200)
commitdaf378d2b4bd11fa1bd3714b44d372eb0f3a755e
tree1c15323b1dbbc1efabf3d1c882d6a77e500abf40
parentb134065ea86b247ab586e051686a760fd76f90a7
MEDIUM: Add set-headers-bin, add-headers-bin and del-headers-bin actions

These actions allow setting, adding and deleting multiple headers from
the same action, without having to know the header names during parsing.
This is useful when doing things with SPOE.
doc/configuration.txt
include/haproxy/http.h
src/http_act.c