Skip to main content
Module

x/cav/deps.ts>http.STATUS_TEXT

A server framework for Deno
Go to Latest
variable http.STATUS_TEXT
import { http } from "https://deno.land/x/cav@0.2.0-alpha.7/deps.ts";
const { STATUS_TEXT } = http;

A record of all the status codes text.

type

Readonly<Record<Status, string>>