Add support for HTTP request headers in Lua scripts
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