anaisbetts / ModernHttpClient

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

Is it possible to support UWP? #241

Closed reevelau closed 7 years ago

Cheesebaron commented 7 years ago

Why do you need an alternative HttpClientHandler on UWP?

reevelau commented 7 years ago

I have a PCL currently shared between iOS and Android. I would like to reuse the same PCL on a UWP project.

I have made a local project with limited features, just enough for my project, to run. It would be more convenient if there is a nuget distribution for UWP.

Or is there any simpler way to integration ModernHttpClient for UWP project? Please let me know.

Cheesebaron commented 7 years ago

Make a factory for creating your HttpClientHandler.

reevelau commented 7 years ago

Yes, that could be a way.