Skip to main content
Module

x/oak/mod.ts>RedirectStatus

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
type alias RedirectStatus
import { type RedirectStatus } from "https://deno.land/x/oak@v10.6.0/mod.ts";

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

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