Node-level utilities
Returns the id used by this node to describe itself.
Returns
string
Usage
local id = kong.node.get_id()
Back to top