diff Core/HttpServer/HttpToolbox.h @ 3401:962e5f00744b

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Jun 2019 14:58:27 +0200
parents 4e43e67f8ecf
children dd1e68f2d0c0
line wrap: on
line diff
--- a/Core/HttpServer/HttpToolbox.h	Fri Jun 07 14:26:09 2019 +0200
+++ b/Core/HttpServer/HttpToolbox.h	Fri Jun 07 14:58:27 2019 +0200
@@ -76,14 +76,14 @@
                            IHttpHandler& handler,
                            RequestOrigin origin,
                            const std::string& uri,
-                           const char* bodyData,
+                           const void* bodyData,
                            size_t bodySize);
 
     static bool SimplePut(std::string& result,
                           IHttpHandler& handler,
                           RequestOrigin origin,
                           const std::string& uri,
-                          const char* bodyData,
+                          const void* bodyData,
                           size_t bodySize);
 
     static bool SimpleDelete(IHttpHandler& handler,