![]() |
VOOZH | about |
dotnet add package modernhttpclient-updated --version 2.4.9.1
NuGet\Install-Package modernhttpclient-updated -Version 2.4.9.1
<PackageReference Include="modernhttpclient-updated" Version="2.4.9.1" />
<PackageVersion Include="modernhttpclient-updated" Version="2.4.9.1" />Directory.Packages.props
<PackageReference Include="modernhttpclient-updated" />Project file
paket add modernhttpclient-updated --version 2.4.9.1
#r "nuget: modernhttpclient-updated, 2.4.9.1"
#:package modernhttpclient-updated@2.4.9.1
#addin nuget:?package=modernhttpclient-updated&version=2.4.9.1Install as a Cake Addin
#tool nuget:?package=modernhttpclient-updated&version=2.4.9.1Install as a Cake Tool
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 net6.0-android was computed. net7.0-android net7.0-android was computed. net8.0-android net8.0-android was computed. net9.0-android net9.0-android was computed. net10.0-android net10.0-android was computed. |
| MonoAndroid | monoandroid monoandroid is compatible. |
| Xamarin.iOS | xamarinios10 xamarinios10 is compatible. |
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 |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.4.3 | 1,154,304 | 12/10/2019 |
| 3.4.2 | 50,979 | 9/23/2019 |
| 3.3.4 | 103,145 | 7/10/2019 |
| 3.3.3 | 25,979 | 7/1/2019 |
| 3.3.2 | 25,045 | 6/25/2019 |
| 3.3.1 | 1,803 | 6/24/2019 |
| 3.3.0 | 1,540 | 6/24/2019 |
| 3.2.1 | 3,710 | 6/19/2019 |
| 2.8.2 | 1,939 | 6/19/2019 |
| 2.8.1 | 7,274 | 6/13/2019 |
| 2.8.0 | 5,118 | 6/10/2019 |
| 2.7.2 | 12,689,809 | 6/25/2018 |
| 2.4.9.1 | 9,634 | 6/25/2018 |
2.4.9
[Android] Calling HttpClient methods should throw .Net Exception when fail #5
[Android] MissingMethodException Method 'ModernHttpClient.NativeMessageHandler..ctor' not found. #9
[Android] VerifyHostnameCallback parameter function on constructor when customSSLVerification is true #6
[Android] ReasonPhrase is empty under HTTPS #8
[Android] Handshake failed (adding customTrustManager static property) #11
[iOS] Removing minimumSSLProtocol from NativeMessageHandler ctor
2.4.7
[Update] Cookies not being merged when Cookie header is provided
2.4.6
[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