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_opts: TlsConnectionOptionsOptional TLS connection options
Optional proxy_options: HttpProxyOptionsOptional proxy options
Readonly bootstrapClient bootstrap to use when initiating socket connections. Leave undefined to use the default system-wide bootstrap (recommended).
Readonly hostHost to connect to
Readonly portPort to connect to on host
Readonly max_Maximum number of connections to pool
Readonly initial_Optional initial window size
Readonly socket_Socket options to use when initiating socket connections
Optional Readonly tls_Optional TLS connection options
Optional Readonly proxy_Optional proxy options
Vends a connection from the pool
A promise that results in an HttpClientConnection. When done with the connection, return it via release
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