x/oak/mod.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
type alias RedirectStatus
import { type RedirectStatus } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?s=RedirectStatus";

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

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