diff Core/HttpServer/IHttpHandler.h @ 1442:4ff8dd753d79

OrthancHttpHandler
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Jul 2015 11:08:23 +0200
parents f3672356c121
children 8dc80ba768aa
line wrap: on
line diff
--- a/Core/HttpServer/IHttpHandler.h	Wed Jul 01 10:38:39 2015 +0200
+++ b/Core/HttpServer/IHttpHandler.h	Wed Jul 01 11:08:23 2015 +0200
@@ -56,6 +56,6 @@
                         const UriComponents& uri,
                         const Arguments& headers,
                         const GetArguments& getArguments,
-                        const std::string& postData) = 0;
+                        const std::string& body) = 0;
   };
 }