Skip to main content
Module

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

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

A type guard that determines if a value is a valid HTTP method.

Parameters

value: unknown