commit | 3666246d9028f229b51339a3a03638bf1db7ebc2 | [log] [tgz] |
---|---|---|
author | Maciej Zdeb <maciej@zdeb.pl> | Fri Nov 20 13:58:48 2020 +0000 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Nov 27 14:57:34 2020 +0100 |
tree | e2877cce50d124ea78c8ffc7fc196fb4f647c83d | |
parent | a3bd824040fa003cec01cb55bf9d277e7af3aa6a [diff] |
MINOR: http_act: Add -m flag for del-header name matching method This patch adds -m flag which allows to specify header name matching method when deleting headers from http request/response. Currently beg, end, sub, str and reg are supported. This is related to GitHub issue #909 (cherry picked from commit ebdd4c55da4360bde7878604ea528c2031a26541) Signed-off-by: William Lallemand <wlallemand@haproxy.org>