Skip to main content

Module scripting

Module scripting 

Source

Structs§

LuaEngine
The Lua scripting engine. Thread-safe, cheaply cloneable.
LuaRequest
Represents a request as seen by Lua scripts.
ResponseMod
Modifications returned by on_response hook.
ScriptingConfig
Configuration for the scripting engine.

Enums§

RequestHookResult
Result of calling on_request — either continue or deny early.
RouteHookResult
Result of calling on_route — either override or keep default.