]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: prepare to support more http-request actions
authorWilly Tarreau <w@1wt.eu>
Mon, 24 Dec 2012 11:00:25 +0000 (12:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 24 Dec 2012 11:26:26 +0000 (12:26 +0100)
commit5c2e198390911890d2b78472c909402c836a9d36
treedc1a85d6724fbc5129d3737d6887468151cdf0da
parent354898bba93db1c6afa3231fcfa1307e314da71a
MINOR: http: prepare to support more http-request actions

We'll need to support per-action arguments, so we need to have an
"arg" union in http_req_rule.
include/types/proto_http.h
src/proto_http.c