Package version:

Interface HttpConnectionPool

Defines parameters for http connection pooling

interface HttpConnectionPool {
    http1MaxPendingRequests?: number;
    http2MaxRequests?: number;
}

Properties

http1MaxPendingRequests?: number

Maximum number of pending http1 requests allowed

http2MaxRequests?: number

Maximum number of http2 requests allowed