Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/std/http/status.ts>InformationalStatus

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
type alias InformationalStatus
import { type InformationalStatus } from "https://deno.land/x/netzo@0.4.62/deps/std/http/status.ts";

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

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