x/oak/deps.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
variable STATUS_TEXT
import { STATUS_TEXT } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/deps.ts?s=STATUS_TEXT";

A record of all the status codes text.

type

Readonly<Record<Status, string>>[src]