type alias HttpMethodimport { type HttpMethod } from "https://deno.land/x/danet@v0.1.0-alpha/src/router/controller/mod.ts"; definition: | "GET" | "POST" | "PUT" | "PATCH" | "DELETE"