HttpConnectionPool interface
Defines parameters for http connection pooling
Properties
| http1Max |
Maximum number of pending http1 requests allowed |
| http2Max |
Maximum number of http2 requests allowed |
Property Details
http1MaxPendingRequests
Maximum number of pending http1 requests allowed
http1MaxPendingRequests?: number
Property Value
number
http2MaxRequests
Maximum number of http2 requests allowed
http2MaxRequests?: number
Property Value
number