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

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

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

A type representing string literals of each of the common HTTP method.

definition: HTTP_METHODS[number]