MINOR: proxy: custom capture declaration
authorThierry FOURNIER <tfournier@haproxy.com>
Tue, 26 May 2015 15:44:32 +0000 (17:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 May 2015 11:50:28 +0000 (13:50 +0200)
commita0a1b755607ca1dd9425535f3e5d9618fce54f1d
treefefc2fe1c7a13dd5cbf93eea5ebf857112876eb9
parenteb3e34854dbbed08e1c9502715cf3a417fe7ac10
MINOR: proxy: custom capture declaration

This patch adds a new keyword called "declare". This keyword
allow to declare some capture slots in requests and response.
It is useful for sharing capture between frontend and backends.
doc/configuration.txt
src/proxy.c