Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/http/status.ts>StatusText

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias StatusText
import { type StatusText } from "https://deno.land/std@0.222.1/http/status.ts";

An HTTP status text.

definition: STATUS_TEXT[keyof STATUS_TEXT]