]> git.ipfire.org Git - thirdparty/haproxy.git/commit
EXAMPLES: add basic event_hdl lua example script
authorAurelien DARRAGON <adarragon@haproxy.com>
Fri, 17 Mar 2023 18:50:35 +0000 (19:50 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 07:02:14 +0000 (09:02 +0200)
commit620382af2f21a77d493691eca84eceab0d9f9c0e
tree75e5ca6272765dd74951090e88dc8a0a4e4f0109
parent223770ddcae094466eaa70fccc132f03511f03ec
EXAMPLES: add basic event_hdl lua example script

For now: basic server event handling from lua, events are printed to
STDOUT.

The idea behind this is to provide simple and easy-to-use examples
that serve as a basic introduction for lua event handler feature.
examples/lua/README [new file with mode: 0644]
examples/lua/event_handler.lua [new file with mode: 0644]