Skip to main content
Module

x/http_utils/method.ts>HttpMethod

HTTP utility collection for Fetch API
Go to Latest
type alias HttpMethod
import { type HttpMethod } from "https://deno.land/x/http_utils@1.0.0-beta.15/method.ts";

HTTP request method.

definition: Uppercase<keyof Method>