| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This library brings the latest platform-specific networking libraries to Xamarin applications via a custom HttpClient handler. Write your app using System.Net.Http, but drop this library in and it will go drastically faster. This is made possible by two native libraries:
The good news is, you don't have to know either of these two libraries above, using ModernHttpClient is the most boring thing in the world. Here's how it works:
var httpClient = new HttpClient(new NativeMessageHandler());Just reference the Portable version of ModernHttpClient in your Portable Library, and it will use the correct version on all platforms.
make## Run this first
make| Back | FazBrowse Home | New Git URL |