]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: txn: add lua function in TXN that returns an array of http headers
authorThierry FOURNIER <tfournier@haproxy.com>
Mon, 16 Feb 2015 19:22:55 +0000 (20:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:35 +0000 (23:12 +0100)
commit9a819e7305ff8c79cd4e92cf5d5e524ba0b16bf6
tree8115d39d09c92aa1c94ef4e5655305147eb10a33
parentd0fa538fe3e8e57409dfcd86731e802490390cbc
MINOR: lua: txn: add lua function in TXN that returns an array of http headers

This patch adds an LUA binding that returns an array of
HTTP headers. The key is the header name and the value is
the header value.
src/hlua.c