Home | History | Annotate | Download | only in buffet

Lines Matching refs:Response

35 class ResponseImpl : public HttpClient::Response {
38 explicit ResponseImpl(std::unique_ptr<brillo::http::Response> response)
39 : response_{std::move(response)},
42 // HttpClient::Response implementation
52 std::unique_ptr<brillo::http::Response> response_;
59 std::unique_ptr<brillo::http::Response> response) {
60 callback.Run(std::unique_ptr<HttpClient::Response>{new ResponseImpl{
61 std::move(response)}},