Skip to main content
Go to Latest
variable STATUS_TEXT
import { STATUS_TEXT } from "https://deno.land/std@0.165.0/http/http_status.ts";

A record of all the status codes text.

type

Readonly<Record<Status, string>>