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

x/keywork/router/functions/createRouteRedirect.ts>ResponseRedirectStatus

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
type alias ResponseRedirectStatus
import { type ResponseRedirectStatus } from "https://deno.land/x/keywork@v6.2.1/router/functions/createRouteRedirect.ts";
definition:
| 301
| 302
| 303
| 307
| 308