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