Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias RedirectStatus
import { type RedirectStatus } from "https://deno.land/x/frugal@0.5.0/docs/dep/std/http.ts";

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

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