Skip to main content
Module

x/keywork/http/mod.ts>isInformational

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

Determines if the given HTTP status code is informational.

type

(status: number) => unknown