allproxy
Version:
AllProxy: MITM HTTP Debugging Tool.
19 lines • 570 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DYNAMICALLY_ADDED = void 0;
exports.DYNAMICALLY_ADDED = 'Dynamically added via API request';
class ProxyConfig {
constructor() {
this.isSecure = false;
this.path = '';
this.protocol = 'http:';
this.hostname = '';
this.port = 0;
this.recording = true;
this.hostReachable = true;
this.logProxyProcess = undefined;
this.comment = '';
}
}
exports.default = ProxyConfig;
//# sourceMappingURL=ProxyConfig.js.map