Skip to main content
Module

x/oak/deps.ts>STATUS_TEXT

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

A record of all the status codes text.

type

Readonly<Record<Status, string>>