Searched refs:method_string (Results 1 – 8 of 8) sorted by relevance
54 if (request.method_string != "POST") { in CheckUpload()66 if (request.method_string != "OPTIONS") { in AllowPreflight()211 if (request.method_string != "OPTIONS") { in VerifyPreflight()255 if (request.method_string != "OPTIONS") { in ReturnPreflightError()281 if (request.method_string != "OPTIONS") { in ReturnPreflightWithoutOrigin()312 if (request.method_string != "OPTIONS") { in ReturnPreflightWithoutMethods()343 if (request.method_string != "OPTIONS") { in ReturnPreflightWithWildcardMethods()375 if (request.method_string != "OPTIONS") { in ReturnPreflightWithoutHeaders()406 if (request.method_string != "OPTIONS") { in ReturnPreflightWithWildcardHeaders()
39 EXPECT_EQ("POST", request->method_string); in TEST()141 EXPECT_EQ("GET", request->method_string); in TEST()155 EXPECT_EQ("CONNECT", request->method_string); in TEST()
98 http_request_->method_string = header_line_tokens[0]; in ParseHeaders()99 http_request_->method = GetMethodType(http_request_->method_string); in ParseHeaders()
376 request->method_string = header_map[":method"]; in OnEndHeadersForStream()377 request->method = HttpRequestParser::GetMethodType(request->method_string); in OnEndHeadersForStream()
71 std::string method_string; member
583 "%s:%s", request.method_string.c_str(), auth_pairs["uri"].c_str())); in HandleAuthDigest()
153 response->set_content(request.method_string); in CronetTestRequestHandler()
3375 const string& method_string = method->scalar<tstring>()(); in __anon38bbb0e84c02() local3376 if (method_string != "farmhash64") { in __anon38bbb0e84c02()3377 return errors::InvalidArgument("Unsupported method: ", method_string); in __anon38bbb0e84c02()