Skip to main content
Module

x/status/maps.ts>STATUS_MESSAGES

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

Mapping all status codes to status phrases.

type

{ [key: number]: string; }