Genocs.HTTP
6.4.0
Requires NuGet 5.0.0 or higher.
dotnet add package Genocs.HTTP --version 6.4.0
NuGet\Install-Package Genocs.HTTP -Version 6.4.0
<PackageReference Include="Genocs.HTTP" Version="6.4.0" />
paket add Genocs.HTTP --version 6.4.0
#r "nuget: Genocs.HTTP, 6.4.0"
// Install Genocs.HTTP as a Cake Addin #addin nuget:?package=Genocs.HTTP&version=6.4.0 // Install Genocs.HTTP as a Cake Tool #tool nuget:?package=Genocs.HTTP&version=6.4.0
.NET Core HTTP client library
This package contains a set of functionalities to use http client for microservice, the library is designed by Genocs even thought a lot of insight came from community. First of all I have to say thanks to devmentors
The libraries are built using .NET7.
Description
Core NuGet package http client implementation useful for for microservice architecture.
Support
Please check the GitHub repository getting more info.
DataProvider Settings
Following are the project settings needed to enable monitoring
"AppSettings": {
"ServiceName": "Demo WebApi",
},
"ConnectionStrings": {
"ApplicationInsights": ""
},
"Monitoring": {
"Jaeger": "localhost",
}
Release notes
[2023-11-25] 5.0.0
- Moved to NET8
[2023-10-13] 5.0.0-preview.5.0
- Added editorconfig
- Added StyleCop
- Updated logo
- Updated readme
[2023-03-12] 5.0.0-preview.4.0
- Implemented MongoDB repository interfaces
[2023-03-12] 5.0.0
- New Architecture
[2023-03-12] 3.1.0
- Added Builders
[2023-03-12] 3.0.0
- Refactory to implement CQRS pattern
[2023-03-04] 2.4.1
- Updated System.Text.Json
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 is compatible. 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. |
-
net6.0
- Genocs.Core (>= 6.4.0)
- Microsoft.Extensions.Http (>= 8.0.1)
- Polly (>= 8.4.2)
-
net7.0
- Genocs.Core (>= 6.4.0)
- Microsoft.Extensions.Http (>= 8.0.1)
- Polly (>= 8.4.2)
-
net8.0
- Genocs.Core (>= 6.4.0)
- Microsoft.Extensions.Http (>= 8.0.1)
- Polly (>= 8.4.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Genocs.HTTP:
Package | Downloads |
---|---|
Genocs.Discovery.Consul
The service discovery by Consul library useful to build .NET Core projects. |
|
Genocs.LoadBalancing.Fabio
The load balacer based on Fabio library useful to build .NET Core projects. |
|
Genocs.HTTP.RestEase
The http support library useful to build .NET Core projects. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.4.0 | 6,024 | 11/10/2024 |
6.3.0 | 7,671 | 11/3/2024 |
6.2.0 | 7,679 | 10/22/2024 |
6.1.0 | 8,858 | 10/12/2024 |
6.0.0 | 869 | 7/31/2024 |
6.0.0-preview.2.0 | 5,244 | 7/19/2024 |
6.0.0-preview.1.0 | 6,155 | 6/19/2024 |
5.0.12 | 194 | 6/12/2024 |
5.0.11 | 5,298 | 5/19/2024 |
5.0.10 | 9,479 | 3/31/2024 |
5.0.9 | 1,347 | 2/19/2024 |
5.0.8 | 1,295 | 2/8/2024 |
5.0.6 | 3,101 | 1/23/2024 |
5.0.5 | 10,913 | 12/26/2023 |
5.0.4 | 14,612 | 12/7/2023 |
5.0.3 | 194 | 11/30/2023 |
5.0.2 | 183 | 11/28/2023 |
5.0.1 | 185 | 11/28/2023 |
5.0.0 | 293 | 11/25/2023 |
5.0.0-preview1.0 | 141 | 3/25/2023 |
5.0.0-preview.5.0 | 661 | 10/13/2023 |
5.0.0-preview.4.1 | 2,242 | 8/9/2023 |
5.0.0-preview.4.0 | 737 | 7/15/2023 |
5.0.0-preview.3.2 | 99 | 7/13/2023 |
5.0.0-preview.3.1 | 102 | 6/19/2023 |
5.0.0-preview.3.0 | 326 | 4/25/2023 |
5.0.0-preview.2.0 | 88 | 4/25/2023 |
5.0.0-preview.1.3 | 95 | 3/27/2023 |
5.0.0-preview.1.2 | 95 | 3/27/2023 |
Aligned to the ecosystem