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

x/superdeno/test/deps.ts>Oak.RedirectStatus

Super-agent driven library for testing Deno HTTP servers.
Latest
type alias Oak.RedirectStatus
import { type Oak } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { RedirectStatus } = Oak;

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