Skip to main content
Module

std/http/method.ts>isHttpMethod

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

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

Parameters

value: unknown