Skip to main content
Module

x/cav/deps.ts>http.isClientErrorStatus

A server framework for Deno
Go to Latest
function http.isClientErrorStatus
import { http } from "https://deno.land/x/cav@0.2.0-alpha.7/deps.ts";
const { isClientErrorStatus } = http;

A type guard that determines if the status code is a client error.