Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

A record of all the status codes text.

type

Readonly<Record<Status, string>>