Π·Π΅Ρ€ΠΊΠ°Π»ΠΎ ΠΈΠ·
1
0
Π€ΠΎΡ€ΠΊΠ½ΡƒΡ‚ΡŒ 0
HttpClient implementations that use platform-native HTTP clients for πŸš€
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Paul Betts 17620901e1 Update the README 2014-05-06 16:39:32 -07:00
component Version bump to 1.2.2 2014-03-28 11:05:46 -07:00
ext Add portable HttpClient headers 2014-05-06 15:37:41 -07:00
samples Omgggggggg 2014-03-10 15:05:26 -07:00
src Fix Properties path 2014-05-06 16:36:22 -07:00
vendor **Actually** fix OkHttp to 1.5.0 2014-04-07 12:08:21 -07:00
.gitignore Excise mentions of AFNetworking 2014-02-27 13:37:05 -08:00
.gitmodules Excise mentions of AFNetworking 2014-02-27 13:37:05 -08:00
COPYING Add license 2013-10-24 10:04:42 -07:00
Makefile RIP AFNetworking 2014-02-27 00:02:00 -08:00
ModernHttpClient.nuspec Version bump to 1.2.2 2014-03-28 11:05:46 -07:00
ModernHttpClient.sln Fix the assembly name everywhere 2014-05-06 16:29:53 -07:00
README.md Update the README 2014-05-06 16:39:32 -07:00

README.md

ModernHttpClient

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:

Usage

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());

How can I use this in a PCL?

Just reference the Portable version of ModernHttpClient in your Portable Library, and it will use the correct version on all platforms.

Building

make