variable Methodimport { Method } from "https://deno.land/x/drash@v3.0.0-beta.2/src/core/http/request/Method.ts"; All HTTP methods. type{ CONNECT: string; DELETE: string; GET: string; HEAD: string; OPTIONS: string; PATCH: string; POST: string; PUT: string; TRACE: string; }