Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Super-agent driven library for testing Deno HTTP servers.
Go to Latest
type alias Oak.RedirectStatus
import { type Oak } from "https://deno.land/x/superdeno@4.8.0/test/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