type alias HttpMethodimport { type HttpMethod } from "https://deno.land/x/aleph@1.0.0-beta.36/framework/react/context.ts"; definition: | "get" | "post" | "put" | "patch" | "delete"