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