@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
12 lines • 408 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HttpMethod = void 0;
var HttpMethod;
(function (HttpMethod) {
HttpMethod["GET"] = "GET";
HttpMethod["POST"] = "POST";
HttpMethod["DELETE"] = "DELETE";
HttpMethod["PUT"] = "PUT";
HttpMethod["HEAD"] = "HEAD";
})(HttpMethod || (exports.HttpMethod = HttpMethod = {}));
//# sourceMappingURL=HttpMethod.js.map