Initial commit - Event Planner application
This commit is contained in:
18
node_modules/@nestjs/common/enums/request-method.enum.d.ts
generated
vendored
Normal file
18
node_modules/@nestjs/common/enums/request-method.enum.d.ts
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
export declare enum RequestMethod {
|
||||
GET = 0,
|
||||
POST = 1,
|
||||
PUT = 2,
|
||||
DELETE = 3,
|
||||
PATCH = 4,
|
||||
ALL = 5,
|
||||
OPTIONS = 6,
|
||||
HEAD = 7,
|
||||
SEARCH = 8,
|
||||
PROPFIND = 9,
|
||||
PROPPATCH = 10,
|
||||
MKCOL = 11,
|
||||
COPY = 12,
|
||||
MOVE = 13,
|
||||
LOCK = 14,
|
||||
UNLOCK = 15
|
||||
}
|
||||
Reference in New Issue
Block a user