HomeSort by relevance Sort by last modified time
    Searched defs:ServerRequest (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/http/
http_transport_fake.h 23 class ServerRequest;
38 base::Callback<void(const ServerRequest&, ServerResponse*)>;
43 // request data will be filled in the |ServerRequest| parameter. Any server
122 // A base class for ServerRequest and ServerResponse. It provides common
158 class ServerRequest : public ServerRequestResponseBase {
160 ServerRequest(const std::string& url, const std::string& method);
183 DISALLOW_COPY_AND_ASSIGN(ServerRequest);
http_transport_fake.cc 24 using http::fake::ServerRequest;
127 const ServerRequest& /* request */,
214 ServerRequest::ServerRequest(const std::string& url, const std::string& method)
221 std::string ServerRequest::GetFormField(const std::string& field_name) const {

Completed in 69 milliseconds