Home
last modified time | relevance | path

Searched refs:ReadClientHTTPMethod (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dhttp_proxy.h116 bool ReadClientHTTPMethod(std::string* header);
Dhttp_proxy.cc362 if (!ReadClientHTTPMethod(header) || in ProcessLastHeaderLine()
459 bool HTTPProxy::ReadClientHTTPMethod(string* header) { in ReadClientHTTPMethod() function in shill::HTTPProxy