interface IHttpGlobalAgentOptions {
    keepAlive?: boolean;
    timeout?: number;
}

Properties

Properties

keepAlive?: boolean
timeout?: number