enum HttpMethodsimport { HttpMethods } from "https://deno.land/x/sptaki@1.2.0/servers/http/HttpMethods.d.ts"; MembersDELETE = "DELETE"GET = "GET"OPTIONS = "OPTIONS"PATCH = "PATCH"POST = "POST"PUT = "PUT"