MEDIUM: http-rules: Register an action keyword for all http rules
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 12 Dec 2019 15:40:30 +0000 (16:40 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Jan 2020 14:18:45 +0000 (15:18 +0100)
commit81e20177df6090d3354e605f90fcc34436a65328
treee262dcdea73f5ceb11156c224211c4b853efbf1a
parent28436e23d313d5986ddb97c9b4a5a0e5e78b2a42
MEDIUM: http-rules: Register an action keyword for all http rules

There are many specific http actions that don't use the action registration
mechanism (allow, deny, set-header...). Instead, the parsing of these actions is
inlined in the functions responsible to parse the http-request/http-response
rules. There is no reason to not register an action keyword for all these
actions. It it the purpose of this patch. The new functions responsible to parse
these http actions are defined in http_act.c
src/http_act.c
src/http_rules.c