UNPKG

@coolio/http

Version:
9 lines 296 B
export var HttpMethod; (function (HttpMethod) { HttpMethod["POST"] = "POST"; HttpMethod["GET"] = "GET"; HttpMethod["PUT"] = "PUT"; HttpMethod["PATCH"] = "PATCH"; HttpMethod["DELETE"] = "DELETE"; })(HttpMethod || (HttpMethod = {})); //# sourceMappingURL=httpClient.types.js.map