Lines Matching refs:Response
56 BRILLO_EXPORT std::unique_ptr<Response> SendRequestAndBlock(
68 BRILLO_EXPORT std::unique_ptr<Response> SendRequestWithNoDataAndBlock(
120 BRILLO_EXPORT std::unique_ptr<Response> GetAndBlock(
139 BRILLO_EXPORT std::unique_ptr<Response> HeadAndBlock(
156 BRILLO_EXPORT std::unique_ptr<Response> PostBinaryAndBlock(
195 BRILLO_EXPORT std::unique_ptr<Response> PostTextAndBlock(
219 BRILLO_EXPORT std::unique_ptr<Response> PostFormDataAndBlock(
241 BRILLO_EXPORT std::unique_ptr<Response> PostFormDataAndBlock(
263 BRILLO_EXPORT std::unique_ptr<Response> PostJsonAndBlock(
285 BRILLO_EXPORT std::unique_ptr<Response> PatchJsonAndBlock(
307 Response* response,