Searched refs:kValidHttpMethods (Results 1 – 1 of 1) sorted by relevance
85 const char* const kValidHttpMethods[] = { variable906 for (size_t i = 0; i < arraysize(kValidHttpMethods); ++i) { in IsValidHttpMethod()907 if (method.compare(kValidHttpMethods[i]) == 0) in IsValidHttpMethod()