mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-30 02:30:59 +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.