]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sample: add the host_only and port_only converters
authorWilliam Lallemand <wlallemand@haproxy.org>
Fri, 26 Aug 2022 14:21:28 +0000 (16:21 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 26 Aug 2022 15:00:22 +0000 (17:00 +0200)
commitdd754cba16bdeb936f9089d27c96d45a9fde4a1a
treecb0db6a79f7921c53a0772d85cd1bc7ffe0476a7
parent1ef2460934bffb86bd32dcdc1d418946cfc809f5
MINOR: sample: add the host_only and port_only converters

Add 2 converters that can manipulate the value of an Host header.
host_only will return the host without any port, and port_only will
return the port.
doc/configuration.txt
src/sample.c