Skip to main content
Module

x/keywork/http/mod.ts>isRedirection

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
variable isRedirection
import { isRedirection } from "https://deno.land/x/keywork@v6.2.1/http/mod.ts";

Determines if the given HTTP status status is a redirection.

type

(status: number) => unknown