diff Core/Lua/LuaContext.h @ 2258:cd70a86618b4

added Http headers support to HttpPost/Get/Put/Delete
author amazy
date Thu, 02 Feb 2017 21:09:06 +0100
parents a3a65de1840f
children 4900688827a8
line wrap: on
line diff
--- a/Core/Lua/LuaContext.h	Thu Feb 02 15:08:33 2017 +0100
+++ b/Core/Lua/LuaContext.h	Thu Feb 02 21:09:06 2017 +0100
@@ -83,6 +83,8 @@
     void GetJson(Json::Value& result,
                  int top,
                  bool keepStrings);
+
+    void SetHttpHeaders(lua_State* state, int top);
     
   public:
     LuaContext();