Home
last modified time | relevance | path

Searched defs:ServerRequest (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_transport_fake.cc125 const ServerRequest& /* request */, ServerResponse* response) { in AddSimpleReplyHandler()
216 ServerRequest::ServerRequest(const std::string& url, const std::string& method) in ServerRequest() function in brillo::ServerRequest
Dhttp_transport_fake.h23 class ServerRequest; variable