import { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { RedirectStatus } = Oak;
An HTTP status that is a redirect (3XX).
x/oak_http_proxy/test/deps.ts>Oak.RedirectStatus
import { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { RedirectStatus } = Oak;
An HTTP status that is a redirect (3XX).