"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PROTOCOL = void 0;
var PROTOCOL;
(function (PROTOCOL) {
PROTOCOL["HTTP"] = "http";
PROTOCOL["HTTPS"] = "https";
})(PROTOCOL = exports.PROTOCOL || (exports.PROTOCOL = {}));