Skip to main content
Module

x/status/mod.ts

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

Variables

Array with all the supported status codes.

UNOFFICIAL w/ NO DOCS

v
METHOD_FAILURE
deprecated

Official Documentation @ https://tools.ietf.org/html/rfc7231#section-6.3.4 This response code means returned meta-information set is not exact set as available from the origin server, but collected from a local or a third party copy. Except this condition, 200 OK response should be preferred instead of this response.

v
USE_PROXY
deprecated

Functions

Get the status code.