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

  /external/libbrillo/brillo/http/
http_request_unittest.cc 77 Request request2{"http://www.foo.bar/baz", request_type::kGet, transport_};
79 EXPECT_EQ(request_type::kGet, request2.GetRequestMethod());
149 Request request{"http://foo.bar", request_type::kGet, transport_};
192 CreateConnection("http://foo.bar", request_type::kGet, _, "", "", _))
http_request.cc 21 const char request_type::kGet[] = "GET";
270 if (method_ != request_type::kGet && method_ != request_type::kHead) {
  /external/libweave/include/weave/provider/
http_client.h 29 // method - of the supported methods (kGet, kPatch, kPost, kPut) which
41 // example, kGet method should never have data. It is also possible to have
69 kGet,

Completed in 60 milliseconds