UNPKG

@coolio/http

Version:
11 lines 395 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var HttpMethod; (function (HttpMethod) { HttpMethod["POST"] = "POST"; HttpMethod["GET"] = "GET"; HttpMethod["PUT"] = "PUT"; HttpMethod["PATCH"] = "PATCH"; HttpMethod["DELETE"] = "DELETE"; })(HttpMethod = exports.HttpMethod || (exports.HttpMethod = {})); //# sourceMappingURL=httpClient.types.js.map