local _M = {} function _M.func(str) ngx.say(str, " lua function") end return _M