Closed yanpaulo closed 5 years ago
It should be async and should get an HttpContent as a parameter, instead of getting a string as the existence of that string could have a greater memory footprint and increase GC activity (among other problems)
Closed as of 85fcd7a4b4b89eebb102ec2874076050c888b86f
It should be async and should get an HttpContent as a parameter, instead of getting a string as the existence of that string could have a greater memory footprint and increase GC activity (among other problems)