@webfaas/webfaas-core
Version:
WebFaaS Framework - Core
13 lines • 385 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClientHTTPConfig = void 0;
class ClientHTTPConfig {
constructor() {
this.timeout = 100000;
this.rejectUnauthorized = true;
this.keepAlive = true;
this.maxSockets = 2;
}
}
exports.ClientHTTPConfig = ClientHTTPConfig;
//# sourceMappingURL=ClientHTTPConfig.js.map