Skip to main content
Module

x/cav/deps.ts>http.isRedirectStatus

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

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