diff Core/Lua/LuaFunctionCall.h @ 1959:45c4387a379c

Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Apr 2016 16:26:22 +0200
parents b1291df2f780
children 3eefb84ac0bd
line wrap: on
line diff
--- a/Core/Lua/LuaFunctionCall.h	Wed Apr 06 14:41:26 2016 +0200
+++ b/Core/Lua/LuaFunctionCall.h	Thu Apr 07 16:26:22 2016 +0200
@@ -62,6 +62,8 @@
 
     void PushJson(const Json::Value& value);
 
+    void PushStringMap(const std::map<std::string, std::string>& value);
+
     void Execute()
     {
       ExecuteInternal(0);