Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.