diff Core/Toolbox.h @ 473:c9a5d72f8481

changing the namespace of HTTP enumerations
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Jul 2013 17:22:13 +0200
parents 30086c1aca30
children a9693dc7089c
line wrap: on
line diff
--- a/Core/Toolbox.h	Mon Jul 15 13:50:36 2013 +0200
+++ b/Core/Toolbox.h	Mon Jul 15 17:22:13 2013 +0200
@@ -105,5 +105,7 @@
     void UrlDecode(std::string& s);
 
     Endianness DetectEndianness();
+
+    const char* ToString(HttpMethod method);
   }
 }