UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

11 lines 475 B
export var HttpMethod; (function (HttpMethod) { HttpMethod[HttpMethod["DELETE"] = 0] = "DELETE"; HttpMethod[HttpMethod["GET"] = 1] = "GET"; HttpMethod[HttpMethod["HEAD"] = 2] = "HEAD"; HttpMethod[HttpMethod["OPTIONS"] = 3] = "OPTIONS"; HttpMethod[HttpMethod["PATCH"] = 4] = "PATCH"; HttpMethod[HttpMethod["POST"] = 5] = "POST"; HttpMethod[HttpMethod["PUT"] = 6] = "PUT"; })(HttpMethod || (HttpMethod = {})); //# sourceMappingURL=http-method.js.map