@sustain/core
Version:
Sustain is a Framework that is barely used despedcies to make stable and sustainable apps
21 lines • 1.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RouteParamtypes = void 0;
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["PARAMS"] = 5] = "PARAMS";
RouteParamtypes[RouteParamtypes["PARAM"] = 6] = "PARAM";
RouteParamtypes[RouteParamtypes["HEADERS"] = 7] = "HEADERS";
RouteParamtypes[RouteParamtypes["HEADER"] = 8] = "HEADER";
RouteParamtypes[RouteParamtypes["SESSION"] = 9] = "SESSION";
RouteParamtypes[RouteParamtypes["FILE"] = 10] = "FILE";
RouteParamtypes[RouteParamtypes["FILES"] = 11] = "FILES";
RouteParamtypes[RouteParamtypes["HOST"] = 12] = "HOST";
RouteParamtypes[RouteParamtypes["IP"] = 13] = "IP";
})(RouteParamtypes = exports.RouteParamtypes || (exports.RouteParamtypes = {}));
//# sourceMappingURL=route-params.enum.js.map