Downloader has a connection pool that has the info about currently open connections.
We could either add a fn to the downloader to iterate over currently open connections and expose the downloader, or pass through just the fn to list the connections.
Also, should this be a snapshot or something like a watchable?