Home
last modified time | relevance | path

Searched refs:getMethod (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DHTTPRequestResponse.h56 std::string getMethod() const;
/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPRequestResponse.cpp114 std::string HTTPRequest::getMethod() const { in getMethod() function in HTTPRequest
DHTTPServer.cpp92 } else if (request.getMethod() != "GET") { in handleSingleRequest()