4.1 – The Stack 4.1 – The Stack Lua uses a virtual stack to pass values to and from C. Each element in this stack represents a Lua value (nil , number, string, etc.). Functions...
Plugin Configuration Module schema.lua specifications Describing your configuration schema Examples Plugin Configuration Most of the time, it makes sense for your plugin to ...
Plugin Configuration Module schema.lua specifications Describing your configuration schema Examples Plugin Configuration Most of the time, it makes sense for your plugin to ...
inspect Description Features Operation Graph API to define hook in hooks file require(“apisix.inspect.dbg”).set_hook(file, line, func, filter_func) Attributes Enabling the Pl...
inspect Description Features Operation Graph API to define hook in hooks file require(“resty.inspect.dbg”).set_hook(file, line, func, filter_func) Attributes Enabling the Plu...
3.7 – Controlling Garbage Collection 3.7 – Controlling Garbage Collection Lua uses two numbers to control its garbage collection: the count and the threshold (see 2.9 ). The fi...