Response redirect(String location)

Source

Response redirect(String location) {
  return new Response.found(location);
}