modernhttpclient-updated
2.4.5
See the version list below for details.
dotnet add package modernhttpclient-updated --version 2.4.5
NuGet\Install-Package modernhttpclient-updated -Version 2.4.5
<PackageReference Include="modernhttpclient-updated" Version="2.4.5" />
paket add modernhttpclient-updated --version 2.4.5
#r "nuget: modernhttpclient-updated, 2.4.5"
// Install modernhttpclient-updated as a Cake Addin #addin nuget:?package=modernhttpclient-updated&version=2.4.5 // Install modernhttpclient-updated as a Cake Tool #tool nuget:?package=modernhttpclient-updated&version=2.4.5
Write your app using System.Net.Http, but drop this library in and it will go drastically faster.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. |
MonoAndroid | monoandroid is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
MonoAndroid 0.0
- Square.OkHttp (>= 2.7.5)
NuGet packages (15)
Showing the top 5 NuGet packages that depend on modernhttpclient-updated:
Package | Downloads |
---|---|
SheshaMobile.Core
Common application functionality and features to be shared across the framework |
|
SheshaMobile.Core.Android
Common application functionality and features to be shared across the framework for Android |
|
SheshaMobile.Core.iOS
Common application functionality and features to be shared across the framework for iOS |
|
ItEnterprise.Common.EUSignStandard
ItEnterprise Common.EUSignStandard for Xamarin Forms |
|
AppHub.Common
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.4.3 | 980,420 | 12/10/2019 |
3.4.2 | 49,607 | 9/23/2019 |
3.3.4 | 101,972 | 7/10/2019 |
3.3.3 | 23,360 | 7/1/2019 |
3.3.2 | 22,247 | 6/25/2019 |
3.3.1 | 1,492 | 6/24/2019 |
3.3.0 | 1,249 | 6/24/2019 |
3.2.1 | 3,407 | 6/19/2019 |
2.8.2 | 1,646 | 6/19/2019 |
2.8.1 | 6,991 | 6/13/2019 |
2.8.0 | 4,815 | 6/10/2019 |
2.7.2 | 11,483,204 | 6/25/2018 |
2.7.1 | 37,747 | 5/19/2018 |
2.7.0 | 2,596 | 5/10/2018 |
2.6.0 | 19,903 | 1/29/2018 |
2.5.3 | 3,791 | 1/23/2018 |
2.5.1 | 1,914 | 1/22/2018 |
2.5.0 | 26,654 | 12/11/2017 |
2.4.9.1 | 7,973 | 6/25/2018 |
2.4.7 | 2,820 | 1/23/2018 |
2.4.5 | 1,925 | 1/21/2018 |
2.4.4 | 7,936 | 12/9/2017 |
2.4.3 | 2,890 | 12/5/2017 |
2.4.5
[Android] NativeCookieHandler, if provided, is set as the default cookie handler for OkHttpClient
[Update] Adding DeleteCookies, SetCookie and DeleteCookie to NativeCookieHandler
2.4.4
[Android] SIGABRT after UnknownHostException #229
[iOS] Updating obsolete NSUrlSessionDelegate to INSUrlSessionDelegate
[Update] Adding EnableUntrustedCertificates to support self-signed certificates
2.4.3
[Update] Adding Timeout property
[Android] Updating to Square.OkHttp 2.7.5
[Android] Timeout value is not respected on Android #192