Skip to main content
Module

x/cav/deps.ts>http.isServerErrorStatus

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

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