Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias RequestMethod
Re-export
import { type RequestMethod } from "https://deno.land/x/discordeno@18.0.1/template/beginner/deps.ts";
definition:
| "GET"
| "POST"
| "PUT"
| "DELETE"
| "PATCH"