Module

x/oak_sessions/deps.ts>Router#redirect

Session middleware for Oak
Latest
method Router.prototype.redirect
import { Router } from "https://dotland.deno.dev/x/oak_sessions@v4.1.11/deps.ts";

Register a direction middleware, where when the source path is matched the router will redirect the request to the destination path. A status of 302 Found will be set by default.

The source and destination can be named routes.

Parameters

source: string
destination: string | URL
optional
status: RedirectStatus = [UNSUPPORTED]