Skip to main content
Module

x/status/codes.ts>GONE

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

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

This response would be sent when the requested content has been permenantly deleted from server, with no forwarding address. Clients are expected to remove their caches and links to the resource. The HTTP specification intends this status code to be used for "limited-time, promotional services". APIs should not feel compelled to indicate resources that have been deleted with this status code.

type

410