Skip to main content
Module

x/oak_nest/mod.ts>Methods

Refer to nestjs to realize some common functions for Deno
Go to Latest
enum Methods
import { Methods } from "https://deno.land/x/oak_nest@v1.14.2/mod.ts";

Members

DELETE = "delete"
GET = "get"
HEAD = "head"
OPTIONS = "options"
PATCH = "patch"
POST = "post"
PUT = "put"