Create new connection pool
Optionaloptions: ConnPoolOptionsConnection pool configuration options
Close connection pool and release all resources
Get current active connection count
Process all pending async operations Should be called periodically in event loop to ensure callbacks are executed
Set HTTP/2 maximum concurrent streams
Maximum concurrent streams
Set HTTP pipeline maximum length (HTTP/2 only)
Maximum pipeline length
Connection pool - Manages multiple CURL connections for reuse
Example