Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oak_nest/modules/uinv/mod.ts>Method

Refer to nestjs to realize some common functions for Deno
Go to Latest
type alias Method
Re-export
import { type Method } from "https://deno.land/x/oak_nest@v1.14.0/modules/uinv/mod.ts";
definition:
| "get"
| "GET"
| "delete"
| "DELETE"
| "head"
| "HEAD"
| "options"
| "OPTIONS"
| "post"
| "POST"
| "put"
| "PUT"
| "patch"
| "PATCH"
| "purge"
| "PURGE"
| "link"
| "LINK"
| "unlink"
| "UNLINK"