Skip to main content
Module

std/http/mod.ts>STATUS_TEXT

Deno standard library
Go to Latest
variable STATUS_TEXT
Re-export
import { STATUS_TEXT } from "https://deno.land/std@0.159.0/http/mod.ts";

A record of all the status codes text.

type

Readonly<Record<Status, string>>