Skip to main content
Module

x/status/mod.ts>MOVED_PERMANENTLY

🗿 HTTP status utility for Deno. Based on Java Apache HttpStatus
Latest
variable MOVED_PERMANENTLY
import { MOVED_PERMANENTLY } from "https://deno.land/x/status@0.1.0/mod.ts";

Official Documentation @ https://tools.ietf.org/html/rfc7231#section-6.4.2

This response code means that URI of requested resource has been changed. Probably, new URI would be given in the response.

type

301