fetch() requests are given an instance of Deno.HttpClient per proxy, but for multiple fetch() calls, if they're supposed to use the same proxy, the same HttpClient instance is used.HttpClient for every executed fetch(), or is it fine to reuse the same HttpClients for multiple requests?