type alias Oak.HTTPMethodsimport { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts"; const { HTTPMethods } = Oak; A type representing string literals of each of the common HTTP method. definition: HTTP_METHODS[number]