Skip to main content
Module

x/http_fns/response/permanent_redirect.ts>permanentRedirect

A bunch of functions for building HTTP servers
Go to Latest
function permanentRedirect
import { permanentRedirect } from "https://deno.land/x/http_fns@v0.0.27/response/permanent_redirect.ts";

Redirect with a "308 Permanent Redirect" response.

Parameters

location: string | URL
optional
headersInit: HeadersInit