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

std/http/status.ts>RedirectStatus

The Deno Standard Library
Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias RedirectStatus
import { type RedirectStatus } from "https://deno.land/std@0.224.0/http/status.ts";

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

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