type alias HttpMethodsimport { type HttpMethods } from "https://deno.land/x/hex@0.5.15/src/service/types.ts"; definition: | "all" | "get" | "post" | "patch" | "put" | "delete" | "head" | "options"