comparison 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
comparison
equal deleted inserted replaced
472:722b56b99093 473:c9a5d72f8481
103 103
104 // In-place percent-decoding for URL 104 // In-place percent-decoding for URL
105 void UrlDecode(std::string& s); 105 void UrlDecode(std::string& s);
106 106
107 Endianness DetectEndianness(); 107 Endianness DetectEndianness();
108
109 const char* ToString(HttpMethod method);
108 } 110 }
109 } 111 }