carolynvs / nutritionix

This is a .NET client for the Nutritionix API
MIT License
8 stars 11 forks source link

Consider switching to ModernHttpClient #2

Open cmshawns opened 10 years ago

cmshawns commented 10 years ago

ModernHttpClient is a PCL replacement for System.Net.Http which wraps platform-specific mobile libraries. System.Net.Http seems to already be mostly PCL-compliant (see #1), but I'd like to see if anything would anything be gained by switching - and if so roll it into the port to PCL (#1).

cmshawns commented 10 years ago

It looks like the main benefit we'd get would only be better performance on Android and iOS platforms, as it will use more performant libraries there under the hood. Will hold off on this until I've actually got a build on mobile.