Info
Version: | 3.1.1 |
Author(s): | Lykke.HttpClientGenerator |
Last Update: | Wednesday, August 19, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/LykkeCity/Lykke.HttpClientGenerator |
NuGet Url: | https://www.nuget.org/packages/Lykke.HttpClientGenerator |
Install
Install-Package Lykke.HttpClientGenerator
dotnet add package Lykke.HttpClientGenerator
paket add Lykke.HttpClientGenerator
Lykke.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(>= 4.5.6)
- 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.