UNPKG

@thisisagile/easy

Version:

Straightforward library for building domain-driven microservice architectures

20 lines (18 loc) 468 B
import { Enum } from "./chunk-JVDKV5HE.mjs"; // src/http/HttpVerb.ts var HttpVerb = class _HttpVerb extends Enum { static Get = new _HttpVerb("Get"); static Put = new _HttpVerb("Put"); static Patch = new _HttpVerb("Patch"); static Post = new _HttpVerb("Post"); static Delete = new _HttpVerb("Delete"); constructor(name) { super(name, name.toLowerCase(), name.toUpperCase()); } }; export { HttpVerb }; //# sourceMappingURL=chunk-YMTOGXYB.mjs.map