commit | ebdd4c55da4360bde7878604ea528c2031a26541 | [log] [tgz] |
---|---|---|
author | Maciej Zdeb <maciej@zdeb.pl> | Fri Nov 20 13:58:48 2020 +0000 |
committer | Willy Tarreau <w@1wt.eu> | Sat Nov 21 15:54:30 2020 +0100 |
tree | cc46bdaee2f6bdd21fa80fc7dd209330036bbf8f | |
parent | 302b9f8d7a3805bfd25ecf267a8ddd730c6887b3 [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