Skip to main content
Module

x/status/mod.ts>NOT_IMPLEMENTED

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

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

The request method is not supported by the server and cannot be handled. The only methods that servers are required to support (and therefore that must not return this code) are GET and HEAD.

type

501