commit | d0fa538fe3e8e57409dfcd86731e802490390cbc | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@haproxy.com> | Mon Feb 16 20:14:51 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Feb 28 23:12:35 2015 +0100 |
tree | 2abc0f38a838a2caab9e97828e5d77e47e579bde | |
parent | 05c0b8ab0d3c32eca54fc03bba4549cd96dfe4b4 [diff] |
MINOR: lua: txn: import existing sample-fetches in the class TXN This patch adds the browsing of all the HAProxy fetches and create associated LUA functions. The HAProxy internal fetches can be used in LUA trough the class "TXN". Note that the symbols "-", "+" and "." in the name of current sample fetch are rewrited as "_" in LUA because ".", "-" and "+" are operators.