Info
Version: | 6.0.0 |
Author(s): | Lykke.HttpClientGenerator |
Last Update: | Monday, August 26, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/LykkeBusinessPlatform/Lykke.HttpClientGenerator |
NuGet Url: | https://www.nuget.org/packages/LykkeBiz.HttpClientGenerator |
Install
Install-Package LykkeBiz.HttpClientGenerator
dotnet add package LykkeBiz.HttpClientGenerator
paket add LykkeBiz.HttpClientGenerator
LykkeBiz.HttpClientGenerator Download (Unzip the "nupkg" after downloading)
Dependencies
- Autofac(>= 5.2.0)
- JetBrains.Annotations(>= 2020.1.0)
- Lykke.Common(>= 7.5.0)
- Nito.AsyncEx(>= 5.0.0)
- Polly(>= 6.0.1)
- Polly.Caching.Memory(>= 2.0.0)
- Refit(>= 5.2.1)
- System.Reflection.DispatchProxy(>= 4.5.1)
Tags
It adds cache and retries using Polly to the generated proxies.
User logic can also be added as wrappers to the requests or to the method calls.