Searched refs:redirect_url (Results 1 - 3 of 3) sorted by relevance

/system/webservd/libwebserv/
H A Dresponse.h69 // the URL specified in |redirect_url|. If this is not an external URL,
71 virtual void Redirect(int status_code, const std::string& redirect_url) = 0;
H A Dresponse_impl.h49 void Redirect(int status_code, const std::string& redirect_url) override;
H A Dresponse.cc89 void ResponseImpl::Redirect(int status_code, const std::string& redirect_url) { argument
90 AddHeader(brillo::http::response_header::kLocation, redirect_url);

Completed in 69 milliseconds