Skip to main content
Module

std/http/method.ts>HttpMethod

Deno standard library
Go to Latest
type alias HttpMethod
import { type HttpMethod } from "https://deno.land/std@0.186.0/http/method.ts";

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

definition: HTTP_METHODS[number]