inspect Description Features Operation Graph API to define hook in hooks file require(“apisix.inspect.dbg”).set_hook(file, line, func, filter_func) Attributes Enable Plugin ...
WebAssembly WebAssembly in Kong Concepts Filter Filter Chain Relationships Filter execution behavior Can Lua plugins and Proxy-Wasm filters be used at the same time? Limitat...
WebAssembly WebAssembly in Kong Concepts Filter Filter Chain Relationships Filter execution behavior Can Lua plugins and Proxy-Wasm filters be used at the same time? Limitat...
4.5 – Registry 4.5 – Registry Lua provides a registry, a predefined table that can be used by any C code to store whatever Lua values it needs to store. The registry table is a...
Installation and Distribution Packaging sources Install the plugin Via LuaRocks from the created ‘rock’ Via LuaRocks from the source archive Via a Dockerfile or docker run (inst...
8.1 – Changes in the Language 8.1 – Changes in the Language The main difference between Lua 5.2 and Lua 5.3 is the introduction of an integer subtype for numbers. Although thi...
2.8 – Metatables 2.8 – Metatables Every value in Lua can have a metatable. This metatable is an ordinary Lua table that defines the behavior of the original value under certain...