UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

15 lines 1.33 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RequestMethod = void 0; var RequestMethod; (function (RequestMethod) { RequestMethod[RequestMethod["GET"] = 0] = "GET"; RequestMethod[RequestMethod["POST"] = 1] = "POST"; RequestMethod[RequestMethod["PUT"] = 2] = "PUT"; RequestMethod[RequestMethod["DELETE"] = 3] = "DELETE"; RequestMethod[RequestMethod["PATCH"] = 4] = "PATCH"; RequestMethod[RequestMethod["ALL"] = 5] = "ALL"; RequestMethod[RequestMethod["OPTIONS"] = 6] = "OPTIONS"; RequestMethod[RequestMethod["HEAD"] = 7] = "HEAD"; })(RequestMethod || (exports.RequestMethod = RequestMethod = {})); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVxdWVzdC1tZXRob2QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZW51bXMvcmVxdWVzdC1tZXRob2QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsSUFBWSxhQVNYO0FBVEQsV0FBWSxhQUFhO0lBQ3ZCLCtDQUFPLENBQUE7SUFDUCxpREFBSSxDQUFBO0lBQ0osK0NBQUcsQ0FBQTtJQUNILHFEQUFNLENBQUE7SUFDTixtREFBSyxDQUFBO0lBQ0wsK0NBQUcsQ0FBQTtJQUNILHVEQUFPLENBQUE7SUFDUCxpREFBSSxDQUFBO0FBQ04sQ0FBQyxFQVRXLGFBQWEsNkJBQWIsYUFBYSxRQVN4QiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBlbnVtIFJlcXVlc3RNZXRob2Qge1xuICBHRVQgPSAwLFxuICBQT1NULFxuICBQVVQsXG4gIERFTEVURSxcbiAgUEFUQ0gsXG4gIEFMTCxcbiAgT1BUSU9OUyxcbiAgSEVBRCxcbn1cbiJdfQ==