@apistudio/apim-cli
Version:
CLI for API Management Products
12 lines (11 loc) • 355 B
JavaScript
export var HttpMethod;
(function (HttpMethod) {
HttpMethod["GET"] = "GET";
HttpMethod["POST"] = "POST";
HttpMethod["PUT"] = "PUT";
HttpMethod["DELETE"] = "DELETE";
HttpMethod["PATCH"] = "PATCH";
HttpMethod["HEAD"] = "HEAD";
HttpMethod["CUSTOM"] = "CUSTOM";
HttpMethod["KEEP"] = "KEEP";
})(HttpMethod || (HttpMethod = {}));