Skip to main content
Module

x/http_utils/deps.ts>STATUS_TEXT

HTTP utility collection for Fetch API
Go to Latest
variable STATUS_TEXT
import { STATUS_TEXT } from "https://deno.land/x/http_utils@1.0.0-beta.15/deps.ts";

A record of all the status codes text.

type

Readonly<Record<Status, string>>