Skip to main content
Module

x/frugal/dep/std/http.ts>HttpMethod

A frugal web framework
Latest
type alias HttpMethod
import { type HttpMethod } from "https://deno.land/x/frugal@0.9.6/dep/std/http.ts";

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

definition: HTTP_METHODS[number]