UNPKG

liveperson-functions-client

Version:

JavaScript client for LivePerson Functions.

12 lines 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PROTOCOL = exports.HTTP_METHOD = void 0; exports.HTTP_METHOD = Object.freeze({ POST: 'post', GET: 'get', }); exports.PROTOCOL = Object.freeze({ HTTP: 'http', HTTPS: 'https', }); //# sourceMappingURL=getUrlOptions.js.map