Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fsrouter/deps.ts>http.STATUS_TEXT

A file system based router for Deno.
Go to Latest
variable http.STATUS_TEXT
Re-export
import { http } from "https://deno.land/x/fsrouter@2.11.1/deps.ts";
const { STATUS_TEXT } = http;

A record of all the status codes text.

type

Readonly<Record<Status, string>>