mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 10:43:09 +02:00
core.get_patref() method may be used to get a reference to a pattern object (pat_ref struct which is used for maps and acl storage) from Lua by providing the reference name (filename for files, or prefix+name for opt or virtual pattern references). Lua documentation was updated.