MEDIUM: lua: Add cli handler for Lua
authorThierry FOURNIER / OZON.IO <thierry.fournier@ozon.io>
Sun, 13 Nov 2016 12:19:20 +0000 (13:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 18 Nov 2016 13:32:03 +0000 (14:32 +0100)
commita44fdd95f9fa11a7ed4c073657bf22f8450d4875
treec16b4f9c9748e11bec56a85700e0230cdf04b03d
parent6a22dcbe27e56be8941627181d360a1d3c73eef7
MEDIUM: lua: Add cli handler for Lua

Now, HAProxy allows to register some keys in the "cli". This patch allows
to handle these keys with Lua code.
doc/lua-api/index.rst
include/types/applet.h
src/hlua.c