xamarin/ModernHttpClient

Name: ModernHttpClient

Owner: Xamarin

Description: HttpClient implementations that use platform-native HTTP clients for :rocket:

Created: 2015-07-30 19:20:31.0

Updated: 2018-04-09 08:22:04.0

Pushed: 2016-06-09 12:51:42.0

Homepage:

Size: 6157

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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:

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

Why doesn't this build in Xamarin Studio? What gives?
un this first


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.