import { Response } from "https://deno.land/x/opine@2.3.4/src/response.ts";
Set the location header to url
.
The given url
can also be "back", which redirects
to the Referrer or Referer headers or "/".
Examples:
res.location('/foo/bar').; res.location('http://example.com'); res.location('../login');