type alias HTTPMethodimport { type HTTPMethod } from "https://deno.land/x/steamy@v0.05a/mod.ts"; definition: | "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD" | "OPTIONS"