Searched refs:redirect_url (Results 1 – 3 of 3) sorted by relevance
89 void ResponseImpl::Redirect(int status_code, const std::string& redirect_url) { in Redirect() argument90 AddHeader(brillo::http::response_header::kLocation, redirect_url); in Redirect()
71 virtual void Redirect(int status_code, const std::string& redirect_url) = 0;
49 void Redirect(int status_code, const std::string& redirect_url) override;