Skip to content

dobrevit/haproxy-lua-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haproxy-lua-utils

A utility library written in Lua that contains various helper methods and actions that can be easily re-used. The code, as the name suggests, is running inside HAProxy Lua and utilizes some of its Lua API functions.

Usage

You must include the library in your script, for example:

local utils = require("utils")

function is_nil(value)
    return utils.is_nil(value)
end

Hall of fame

Projects that depend on this library include, but not only:

DNSBL for HAProxy Lua