Description
POE-based HTTP clients can reuse network connections instead of opening a new connection for every request. This improves efficiency for tools that make repeated requests to the same servers.
It is a network support library. Connection reuse should still respect server limits and must not accidentally share authentication state between unrelated requests.