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

x/http_error/deps.ts>STATUS_TEXT

An error class for HTTP requests.
Go to Latest
variable STATUS_TEXT
import { STATUS_TEXT } from "https://deno.land/x/http_error@0.6.0/deps.ts";

A record of all the status codes text.

type

Readonly<Record<Status, string>>