Searched refs:kPatch (Results 1 – 5 of 5) sorted by relevance
/external/libbrillo/brillo/http/ |
D | http_transport_curl_test.cc | 168 EasySetOptStr(handle_, CURLOPT_CUSTOMREQUEST, request_type::kPatch)) in TEST_F() 171 "http://www.foo.bar/patch", request_type::kPatch, {}, "", "", nullptr); in TEST_F()
|
D | http_utils.cc | 348 return SendRequestAndBlock(request_type::kPatch, in PatchJsonAndBlock() 370 return SendRequest(request_type::kPatch, url, data.c_str(), data.size(), in PatchJson()
|
D | http_request.h | 31 BRILLO_EXPORT extern const char kPatch[]; // Non-standard HTTP/1.1 verb
|
D | http_request.cc | 25 const char request_type::kPatch[] = "PATCH"; member in brillo::http::request_type
|
D | http_utils_test.cc | 408 EXPECT_EQ(request_type::kPatch, value); in TEST()
|