Client bootstrap to use when initiating socket connections. Leave undefined to use the default system-wide bootstrap (recommended).
Host to connect to
Port to connect to on host
Maximum number of connections to pool
Optional initial window size
Socket options to use when initiating socket connections
Optional TLS connection options
Optional proxy options
Client bootstrap to use when initiating socket connections. Leave undefined to use the default system-wide bootstrap (recommended).
Host to connect to
Optional initial window size
Maximum number of connections to pool
Port to connect to on host
Optional proxy options
Socket options to use when initiating socket connections
Optional TLS connection options
Vends a connection from the pool
A promise that results in an HttpClientConnection. When done with the connection, return it via release
Closes all connections and rejects all pending requests
Returns an unused connection to the pool
The connection to return
Generated using TypeDoc
Creates, manages, and vends connections to a given host/port endpoint