Skip to main content
Module

x/status/mod.ts>NOT_FOUND

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

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

The server can not find requested resource. In the browser, this means the URL is not recognized. In an API, this can also mean that the endpoint is valid but the resource itself does not exist. Servers may also send this response instead of 403 to hide the existence of a resource from an unauthorized client. This response code is probably the most famous one due to its frequent occurence on the web.

type

404