Dominaezzz
07/29/2019, 9:55 AMval response = client.get<HttpResponse>(....)
, do I also have to do response.close()
? Can't find docs and the samples don't give an indication.quiqua
07/29/2019, 12:26 PMresponse.use { }
Dominaezzz
07/29/2019, 12:30 PM