Implement HttpClient that automatically manages connections.
There are actually two new client types: - One which always connects to a given NetworkAddress, but will automatically manage a pool of reusable connections. - One which looks up the remote address based on the URL it is given, and manages a pool of connections for each host. The latter of these two is a "true HTTP client library".
Showing
This diff is collapsed.
This diff is collapsed.
Please
register
or
sign in
to comment