Searched refs:ConvertMethodToString (Results 1 – 3 of 3) sorted by relevance
79 std::string ConvertMethodToString(HttpRequest::Method method);
173 std::string ConvertMethodToString(HttpRequest::Method method) { in ConvertMethodToString() function
81 FCP_LOG(INFO) << "Creating a " << ConvertMethodToString(request->method()) in EnqueueRequest()