Rößner-Network-Solutions

Skip to content

Add support for HTTP request headers in Lua scripts

Christian Rößner requested to merge features into main

The commit introduces the ability to access HTTP request headers within Lua scripts. This is achieved by including the HTTP request object in the Lua request structure and providing a method to retrieve all headers from the object. This enhancement offers scripts additional context for processing and decision-making.

Signed-off-by: Christian Roessner c@roessner.co

Merge request reports