type alias oak.HTTPMethodsimport { type oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts"; const { HTTPMethods } = oak; definition: | "HEAD" | "OPTIONS" | "GET" | "PUT" | "PATCH" | "POST" | "DELETE"