UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

19 lines (18 loc) 284 B
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 }