Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/std/http/status.ts>RedirectStatus

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
type alias RedirectStatus
import { type RedirectStatus } from "https://deno.land/x/netzo@0.4.62/deps/std/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