type alias http_methodimport { type http_method } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/index.ts"; definition: | "get" | "post" | "put" | "delete" | "patch"