Skip to main content
Module

x/cav/deps.ts>http.RedirectStatus

A server framework for Deno
Go to Latest
type alias http.RedirectStatus
import { type http } from "https://deno.land/x/cav@0.2.0-alpha.7/deps.ts";
const { RedirectStatus } = http;

An HTTP status that is a redirect (3XX).

definition:
| Status.MultipleChoices
| Status.MovedPermanently
| Status.Found
| Status.SeeOther
| Status.UseProxy
| Status.TemporaryRedirect
| Status.PermanentRedirect