UNPKG

@sentzunhat/zacatl

Version:

A modular, high-performance TypeScript microservice framework for Node.js, featuring layered architecture, dependency injection, and robust validation for building scalable APIs and distributed systems.

5 lines 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HTTP_METHODS = void 0; exports.HTTP_METHODS = ['GET', 'POST', 'PUT', 'PATCH', 'DELETE', 'HEAD', 'OPTIONS']; //# sourceMappingURL=http-methods.js.map