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