Skip to main content
Module

x/frugal/dep/std/http.ts>STATUS_TEXT

A frugal web framework
Latest
variable STATUS_TEXT
Re-export
import { STATUS_TEXT } from "https://deno.land/x/frugal@0.9.6/dep/std/http.ts";

A record of all the status codes text.

type

Readonly<Record<Status, string>>