import * as mod from "https://deno.land/std@0.202.0/http/method.ts"; Contains the constant HTTP_METHODS and the type HttpMethod and the type guard isHttpMethod for working with HTTP methods with type safety. VariablesvHTTP_METHODSA constant array of common HTTP methods. FunctionsfisHttpMethodA type guard that determines if a value is a valid HTTP method. Type AliasesTHttpMethodA type representing string literals of each of the common HTTP method.