diff Core/HttpServer/HttpHandler.h @ 1437:02f5a3f5c0a0

access to the REST API from Lua
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2015 18:41:33 +0200
parents feaf2840917c
children
line wrap: on
line diff
--- a/Core/HttpServer/HttpHandler.h	Tue Jun 30 17:19:26 2015 +0200
+++ b/Core/HttpServer/HttpHandler.h	Tue Jun 30 18:41:33 2015 +0200
@@ -78,5 +78,8 @@
 
     static void CompileGetArguments(Arguments& compiled,
                                     const GetArguments& source);
+
+    bool SimpleGet(std::string& output,
+                   const std::string& uri);
   };
 }