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

x/hex/src/fw/service/deps.ts>oak.RedirectStatus

An ecosystem delivering practices, philosophy and portability. Powered By Deno and JavaScript.
Go to Latest
type alias oak.RedirectStatus
import { type oak } from "https://deno.land/x/hex@0.6.3/src/fw/service/deps.ts";
const { RedirectStatus } = oak;

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

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