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

x/capi/deps/std/http.ts>InformationalStatus

[WIP] A framework for crafting interactions with Substrate chains
Latest
type alias InformationalStatus
import { type InformationalStatus } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/http.ts";

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

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