UNPKG

@nova-ts/core

Version:

A serverside framework used to build scalable application

13 lines (12 loc) 330 B
// src/Types/HttpMethods.ts var HttpMethods = /* @__PURE__ */ ((HttpMethods2) => { HttpMethods2["GET"] = "get"; HttpMethods2["POST"] = "post"; HttpMethods2["PUT"] = "put"; HttpMethods2["DELETE"] = "delete"; return HttpMethods2; })(HttpMethods || {}); export { HttpMethods }; //# sourceMappingURL=chunk-62GGMP23.js.map