Repository URL to install this package:
|
Version:
0.7.10 ▾
|
// (c) Copyright 2023 Supertenant Ltd. - all rights reserved.
// See LICENSE file in project root for license terms.
"use strict";const http=require("http"),https=require("https");module.exports=exports={http:Object.create(http),https:Object.create(https)},exports.http.get=http.get,exports.http.request=http.request,exports.https.get=https.get,exports.https.request=https.request,exports.http.agent=new http.Agent({keepAlive:!0,keepAliveMsecs:1e4,maxSockets:5});