import { isRedirectStatus } from "https://deno.land/x/netzo@0.4.72/deps/std/http/status.ts";
A type guard that determines if the status code is a redirection.
Returns
status is RedirectStatus
x/netzo/deps/std/http/status.ts>isRedirectStatus
import { isRedirectStatus } from "https://deno.land/x/netzo@0.4.72/deps/std/http/status.ts";
A type guard that determines if the status code is a redirection.