Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sustain_core/enums/request-method.enum.ts>RequestMethod

A Framework that barely uses dependencies and it is designed especially to make stable and sustainable applications. 📦
Latest
enum RequestMethod
import { RequestMethod } from "https://deno.land/x/sustain_core@0.20.5/enums/request-method.enum.ts";

Members

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