Searched refs:kPatch (Results 1 - 5 of 5) sorted by relevance

/external/libbrillo/brillo/http/
H A Dhttp_transport_curl_unittest.cc135 EasySetOptStr(handle_, CURLOPT_CUSTOMREQUEST, request_type::kPatch))
138 "http://www.foo.bar/patch", request_type::kPatch, {}, "", "", nullptr);
H A Dhttp_request.h31 BRILLO_EXPORT extern const char kPatch[]; // Non-standard HTTP/1.1 verb
H A Dhttp_utils.cc348 return SendRequestAndBlock(request_type::kPatch,
370 return SendRequest(request_type::kPatch, url, data.c_str(), data.size(),
H A Dhttp_request.cc25 const char request_type::kPatch[] = "PATCH"; member in class:brillo::http::request_type
H A Dhttp_utils_unittest.cc408 EXPECT_EQ(request_type::kPatch, value);

Completed in 133 milliseconds