Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
enum HttpMethods
import { HttpMethods } from "https://deno.land/x/sptaki@1.2.0/servers/http/mod.ts";

Members

DELETE = "DELETE"
GET = "GET"
OPTIONS = "OPTIONS"
PATCH = "PATCH"
POST = "POST"
PUT = "PUT"