import { isRedirectStatus } from "https://deno.land/std@0.192.0/http/http_status.ts";
A type guard that determines if the status code is a redirection.
Parameters
status: Status
Returns
status is RedirectStatus
import { isRedirectStatus } from "https://deno.land/std@0.192.0/http/http_status.ts";
A type guard that determines if the status code is a redirection.