export var Method; (function (Method) { Method["HEAD"] = "HEAD"; Method["GET"] = "GET"; Method["PUT"] = "PUT"; Method["POST"] = "POST"; Method["PATCH"] = "PATCH"; Method["DELETE"] = "DELETE"; })(Method || (Method = {}));