type alias HttpMethodimport { type HttpMethod } from "https://deno.land/std@0.201.0/http/method.ts"; A type representing string literals of each of the common HTTP method. definition: HTTP_METHODS[number]