y
Size: a a a
y
АН
const httpsAgent = new https.Agent({ ca: MY_CA_BUNDLE });
AS
CM
АН
АН
// `httpAgent` and `httpsAgent` define a custom agent to be used when performing http
// and https requests, respectively, in node.js. This allows options to be added like
// `keepAlive` that are not enabled by default.
httpAgent: new http.Agent({ keepAlive: true }),
httpsAgent: new https.Agent({ keepAlive: true }),
АН
АН
T
ab
S🛸
ГФ
ГФ
ГФ
ab
ГФ
АН
ПМ