UNPKG

flagpole

Version:

Simple and fast DOM integration, headless or headful browser, and REST API testing framework.

13 lines 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpMethodVerbArray = void 0; exports.HttpMethodVerbArray = [ "get", "head", "delete", "patch", "post", "put", "options", ]; //# sourceMappingURL=http.js.map