@veecode-platform/plugin-kong-service-manager
Version:
17 lines (15 loc) • 465 B
JavaScript
var Methods = /* @__PURE__ */ ((Methods2) => {
Methods2["GET"] = "GET";
Methods2["PUT"] = "PUT";
Methods2["POST"] = "POST";
Methods2["PATCH"] = "PATCH";
Methods2["DELETE"] = "DELETE";
Methods2["OPTIONS"] = "OPTIONS";
Methods2["HEAD"] = "HEAD";
Methods2["CONNECT"] = "CONNECT";
Methods2["TRACE"] = "TRACE";
Methods2["CUSTOM"] = "CUSTOM";
return Methods2;
})(Methods || {});
export { Methods };
//# sourceMappingURL=KongRouteMethods.esm.js.map