anaisbetts / ModernHttpClient

HttpClient implementations that use platform-native HTTP clients for :rocket:
MIT License
657 stars 260 forks source link

Do I need ModernHttpClient if I build using the native HttpClient implementations? #255

Open AndAShape opened 7 years ago

AndAShape commented 7 years ago

An iOS project in Xamarin Studio can be configured such that it's built using NSUrlSession.

Does doing this negate using ModernHttpClient?

Cheesebaron commented 7 years ago

I'd just stick to NSUrlSession and the AndroidHttpHandler. This project does not have a maintainer and is a lot behind.