Skip to main content
Module

x/status/maps.ts>STATUS_CODES

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

Mapping all status phrases to status codes.

type

{ [key: string]: number; }