Home
last modified time | relevance | path

Searched refs:PostTextAndBlock (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_utils.h196 BRILLO_EXPORT std::unique_ptr<Response> PostTextAndBlock(
Dhttp_utils.cc64 std::unique_ptr<Response> PostTextAndBlock(const std::string& url, in PostTextAndBlock() function
Dhttp_utils_test.cc320 auto response = http::PostTextAndBlock(kFakeUrl, in TEST()