Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fathym_common/src/utils/http.helpers.ts>redirectRequest

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
function redirectRequest
import { redirectRequest } from "https://deno.land/x/fathym_common@v0.0.141/src/utils/http.helpers.ts";

Parameters

location: string
status: number
optional
req: Request

Parameters

location: string
optional
preserve: boolean
optional
permanent: boolean
optional
req: Request