Skip to main content
Module

x/http_fns/response/temporary_redirect.ts>temporaryRedirect

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

Redirect with a "307 Temporary Redirect" response.

Parameters

location: string | URL
optional
headersInit: HeadersInit