Skip to main content
Go to Latest
type alias HttpMethod
import { type HttpMethod } from "https://deno.land/std@0.207.0/http/unstable_method.ts";

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

definition: HTTP_METHODS[number]