Square.OkHttp3.UrlConnection

OkHttp ability to be used with HttpURLConnection.


Keywords
.NET, android, artifact=com.squareup.okhttp3:okhttp-urlconnection, artifact_versioned=com.squareup.okhttp3:okhttp-urlconnection:4.12.0, dotnet, monodroid, okhttp, square, square.okhttp, xamarin
Licenses
MIT/Apache-2.0
Install
Install-Package Square.OkHttp3.UrlConnection -Version 3.11.0.1

Documentation

square-bindings

Build Status

Xamarin.Android and Xamarin.iOS bindings for the various https://github.com/square libraries

Libraries

Building

In order to build, you will need to use the Cake .NET Core tool (currently using v0.34.1):

dotnet cake

If the tool is not installed, then you can just install it with a simple command:

dotnet tool install -g cake