ASP.NET Core QoS is a set of high-performance and highly customizable middlewares that allow to set different limits on requests (quotas, rates, concurrency,...).
Info
Version: | 1.0.0 |
Author(s): | Yves Marx |
Last Update: | Tuesday, July 24, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Yves57/AspNetCoreExt-Qos |
NuGet Url: | https://www.nuget.org/packages/AspNetCoreExt.Qos.RateLimit |
Install
Install-Package AspNetCoreExt.Qos.RateLimit
dotnet add package AspNetCoreExt.Qos.RateLimit
paket add AspNetCoreExt.Qos.RateLimit
AspNetCoreExt.Qos.RateLimit Download (Unzip the "nupkg" after downloading)
Dependencies
- AspNetCoreExt.Qos.Abstractions(>= 1.0.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.1.1)
- Microsoft.Extensions.Options(>= 2.1.1)
Tags