enum Methodimport { Method } from "https://deno.land/x/railgun@v0.6.3/router.ts"; MembersALL = "*"DELETE = "DELETE"GET = "GET"HEAD = "HEAD"OPTIONS = "OPTIONS"PATCH = "PATCH"POST = "POST"PUT = "PUT"