modernhttpclient-updated
2.6.0
See the version list below for details.
dotnet add package modernhttpclient-updated --version 2.6.0
NuGet\Install-Package modernhttpclient-updated -Version 2.6.0
<PackageReference Include="modernhttpclient-updated" Version="2.6.0" />
<PackageVersion Include="modernhttpclient-updated" Version="2.6.0" />
<PackageReference Include="modernhttpclient-updated" />
paket add modernhttpclient-updated --version 2.6.0
#r "nuget: modernhttpclient-updated, 2.6.0"
#:package modernhttpclient-updated@2.6.0
#addin nuget:?package=modernhttpclient-updated&version=2.6.0
#tool nuget:?package=modernhttpclient-updated&version=2.6.0
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 | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid is compatible. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Universal Windows Platform | uap10 is compatible. |
| Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
MonoAndroid 0.0
- Square.OkHttp3 (>= 3.8.1)
NuGet packages (16)
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 |
|
|
ItEnterprise.Common.CoreDroid
ItEnterprise Common.CoreDroid for Xamarin Forms |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.4.3 | 1,150,150 | 12/10/2019 |
| 3.4.2 | 50,977 | 9/23/2019 |
| 3.3.4 | 103,140 | 7/10/2019 |
| 3.3.3 | 25,971 | 7/1/2019 |
| 3.3.2 | 25,036 | 6/25/2019 |
| 3.3.1 | 1,800 | 6/24/2019 |
| 3.3.0 | 1,535 | 6/24/2019 |
| 3.2.1 | 3,708 | 6/19/2019 |
| 2.8.2 | 1,937 | 6/19/2019 |
| 2.8.1 | 7,271 | 6/13/2019 |
| 2.8.0 | 5,115 | 6/10/2019 |
| 2.6.0 | 21,066 | 1/29/2018 |
| 2.4.9.1 | 9,628 | 6/25/2018 |
2.6.0
[Update] Adding support for UWP
[Update] Adding support for netstandard 2.0
2.5.3
[Update] Cookies set with the native handler will be merged into the Cookie header
2.5.1
[Android] NativeCookieHandler, if provided, is set as the default CookieJar for OkHttpClient
[Update] Adding DeleteCookies, SetCookie and DeleteCookie to NativeCookieHandler
2.5.0
[Android] Updating to Square.OkHttp3
2.4.7
[Update] Cookies set with the native handler will be merged into the Cookie header
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