diff OrthancCppClient/HttpEnumerations.h @ 416:1188cb0ddaa5

http method faking
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 May 2013 16:32:27 +0200
parents e3a40c7846b8
children
line wrap: on
line diff
--- a/OrthancCppClient/HttpEnumerations.h	Mon May 06 13:51:59 2013 +0200
+++ b/OrthancCppClient/HttpEnumerations.h	Mon May 06 16:32:27 2013 +0200
@@ -111,3 +111,6 @@
   Orthanc_HttpMethod_Delete = 2,
   Orthanc_HttpMethod_Put = 3
 };
+
+
+const char* Orthanc_HttpMethod_ToString(Orthanc_HttpMethod method);