Skip to main content
Go to Latest
function isHttpMethod
Deprecated
Deprecated

(will be removed in 0.210.0)

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

import { isHttpMethod } from "https://deno.land/std@0.209.0/http/unstable_method.ts";

Parameters

value: unknown