Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / test / embedded_test_server / http_request.h
index 1e849d8..cb9144b 100644 (file)
@@ -35,6 +35,7 @@ struct HttpRequest {
 
   std::string relative_url;  // Starts with '/'. Example: "/test?query=foo"
   HttpMethod method;
+  std::string method_string;
   std::map<std::string, std::string> headers;
   std::string content;
   bool has_content;