UNPKG

@alova/wormhole

Version:

More modern openAPI generating solution for alova.js

15 lines (14 loc) 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpMethod = void 0; var HttpMethod; (function (HttpMethod) { HttpMethod["GET"] = "get"; HttpMethod["PUT"] = "put"; HttpMethod["POST"] = "post"; HttpMethod["DELETE"] = "delete"; HttpMethod["OPTIONS"] = "options"; HttpMethod["HEAD"] = "head"; HttpMethod["PATCH"] = "patch"; HttpMethod["TRACE"] = "trace"; })(HttpMethod || (exports.HttpMethod = HttpMethod = {}));