AsNet.Shared.Http 1.0.7.1

dotnet add package AsNet.Shared.Http --version 1.0.7.1
NuGet\Install-Package AsNet.Shared.Http -Version 1.0.7.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AsNet.Shared.Http" Version="1.0.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AsNet.Shared.Http --version 1.0.7.1
#r "nuget: AsNet.Shared.Http, 1.0.7.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AsNet.Shared.Http as a Cake Addin
#addin nuget:?package=AsNet.Shared.Http&version=1.0.7.1

// Install AsNet.Shared.Http as a Cake Tool
#tool nuget:?package=AsNet.Shared.Http&version=1.0.7.1

AsNet.Shared.Http es una librería que contiene funcionalidad de código optimizado y estabilizado que simplifica el consumo y envío de información con cualquier tipo de Servicio Web Http, Servicios API, MicroServicios, Servicios Web de SQL Server Reporting Services.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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. 
.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 is compatible. 
.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 was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AsNet.Shared.Http:

Package Downloads
AsNet.Shared.Data

AsNet.Shared.Data es una librería de integración con el Sistema AsNetSecurity para obtener y generar cadenas de conexión dinámicas para aplicaciones Multi-Tenant.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.7.1 174 9/29/2023
1.0.7 121 9/28/2023
1.0.6.10 118 9/23/2023
1.0.6.8 114 9/23/2023
1.0.6.7 103 9/23/2023
1.0.6.6 123 9/2/2023
1.0.6.5 145 6/15/2023
1.0.6.4 182 6/12/2023
1.0.6.3 280 3/27/2023
1.0.6.2 294 2/16/2023
1.0.6.1 362 1/15/2023
1.0.6 359 1/12/2023
1.0.5.8 651 5/11/2022
1.0.5.7 630 5/11/2022
1.0.5.6 387 5/10/2022
1.0.5.5 639 5/10/2022
1.0.5.4 387 4/26/2022
1.0.5.2 375 4/26/2022
1.0.5.1 392 4/24/2022
1.0.5 382 4/24/2022
1.0.4.1 360 9/13/2021
1.0.4 271 8/21/2021
1.0.3 320 6/17/2021
1.0.2 335 6/16/2021
1.0.1 304 6/15/2021
1.0.0 269 5/4/2021

Esta versión tiene optimización y caracteristicas personalizadas en la serialización JSON utilizando la libreria nativa System.Text.Json, Dahomey.Json y mejoras en el rendimiento de cliente API.
     Presenta clases DI para la utilización de los servicios WebApi.
     Se ha creado la clase TimeSpanJsonConverter que permite recibir satisfactoriamente objetos con el uso de TimeSpan en sus propiedades usando System.Text.Json.
     Diseñada mínimo para los Frameworks .Net Standard 2.0, .Net Standard 2.1, .Net 6.0. Y Net 7.0.
     Se mejoran los metodos Async retornando una Tuple con el tipo T, HttpResponse y ApiException.
     Se agrega metodos Get y Delete que aceptan BodyRequest.
     Se agrega metodos GetByteArray.
     Se incluyen los metodos GetAsyncEnumerable y PostAsyncEnumerable
     que retornan IAsyncEnumerable, logrando así un mayor
     rendimiento para los procesos de consultas Stream.