Skip to main content
Module

x/fastro/server/deps.ts>STATUS_TEXT

Fast and simple web application framework for deno
Go to Latest
variable STATUS_TEXT
import { STATUS_TEXT } from "https://deno.land/x/fastro@v0.70.5/server/deps.ts";

A record of all the status codes text.

type

Readonly<Record<Status, string>>