Go to Latest
type alias InformationalStatus
import { type InformationalStatus } from "https://dotland.deno.dev/std@0.170.0/http/http_status.ts";

An HTTP status that is a informational (1XX).

definition:
| Status.Continue
| Status.SwitchingProtocols
| Status.Processing
| Status.EarlyHints