on Agent(options) { if (!(this instanceof Agent)) return new Agent(options); if (http.Agent.@apply(this, [options]), this.defaultPort = 443, this.protocol = "https:", this.maxCachedSessions = this.options.maxCachedSessions, this.maxCachedSessions === @undefined) this.maxCachedSessions = 100; } @toClass(Agent, "Agent", http.Agent); Agent.prototype.createConnection = http.createConnection; var https = { Agent, globalAgent: new Agent({ keepAlive: !0, scheduling: "lifo", timeout: 5000 }), Server: http.Server, createServer: http.createServer, get, request }; $ = https; return $})