yanpaulo / RestHttpClient

Simple and flexible REST client built on top of Microsoft's System.Net.HttpClient.
10 stars 1 forks source link

Changes to IDeserializer.Deserialize #5

Closed yanpaulo closed 5 years ago

yanpaulo commented 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)

yanpaulo commented 5 years ago

Closed as of 85fcd7a4b4b89eebb102ec2874076050c888b86f