AspNetCoreThrottler is an ASPNET .Core request throttler that delays requests to maintain a desired request rate, or if a hard threshold is met, it will completely reject requests.
Info
Version: | 1.0.1 |
Author(s): | Christian Mihai |
Last Update: | Sunday, July 26, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cri5ti/AspNetCoreThrottler |
NuGet Url: | https://www.nuget.org/packages/AspNetCoreThrottler |
Install
Install-Package AspNetCoreThrottler
dotnet add package AspNetCoreThrottler
paket add AspNetCoreThrottler
AspNetCoreThrottler Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http(>= 2.2.2)
- Microsoft.Extensions.Logging(>= 3.1.6)
Tags