/OkHttpClient

HttpClientHandler implementation for Android using OkHttp

Primary LanguageC#MIT LicenseMIT

OkHttpClient

Fork of ModernHttpClient without the iOS client, and upgraded OkHttp to v3.

Usage

var httpClient = new HttpClient(new OkHttpClientHandler());

Building

make