UNPKG

@nestjs/common

Version:

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

18 lines (17 loc) 969 B
export var RouteParamtypes; (function (RouteParamtypes) { RouteParamtypes[RouteParamtypes["REQUEST"] = 0] = "REQUEST"; RouteParamtypes[RouteParamtypes["RESPONSE"] = 1] = "RESPONSE"; RouteParamtypes[RouteParamtypes["NEXT"] = 2] = "NEXT"; RouteParamtypes[RouteParamtypes["BODY"] = 3] = "BODY"; RouteParamtypes[RouteParamtypes["QUERY"] = 4] = "QUERY"; RouteParamtypes[RouteParamtypes["PARAM"] = 5] = "PARAM"; RouteParamtypes[RouteParamtypes["HEADERS"] = 6] = "HEADERS"; RouteParamtypes[RouteParamtypes["SESSION"] = 7] = "SESSION"; RouteParamtypes[RouteParamtypes["FILE"] = 8] = "FILE"; RouteParamtypes[RouteParamtypes["FILES"] = 9] = "FILES"; RouteParamtypes[RouteParamtypes["HOST"] = 10] = "HOST"; RouteParamtypes[RouteParamtypes["IP"] = 11] = "IP"; RouteParamtypes[RouteParamtypes["RAW_BODY"] = 12] = "RAW_BODY"; RouteParamtypes[RouteParamtypes["ACK"] = 13] = "ACK"; })(RouteParamtypes || (RouteParamtypes = {}));