Module

x/oak/mod.ts>STATUS_TEXT

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
variable STATUS_TEXT
import { STATUS_TEXT } from "https://dotland.deno.dev/x/oak@v11.1.0/mod.ts";

A record of all the status codes text.

type

Readonly<Record<Status, string>>