修改自 AspNetCoreRateLimit 的限流插件,给 BeetleX.Bumblebee 使用.
Info
Version: | 1.0.2 |
Author(s): | Eddyyuen |
Last Update: | Wednesday, October 14, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/eddyyuen/NetCoreRateLimit |
NuGet Url: | https://www.nuget.org/packages/NetCoreRateLimit |
Install
Install-Package NetCoreRateLimit
dotnet add package NetCoreRateLimit
paket add NetCoreRateLimit
NetCoreRateLimit Download (Unzip the "nupkg" after downloading)
Dependencies
- BeetleX.Bumblebee(>= 1.2.0.3)
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.8)
- Microsoft.Extensions.Caching.Memory(>= 3.1.8)
- Microsoft.Extensions.Options(>= 3.1.8)
- Newtonsoft.Json(>= 12.0.3)
- Serilog(>= 2.10.0)
- Serilog.Formatting.Compact(>= 1.1.0)
- Serilog.Sinks.Async(>= 1.4.0)
- Serilog.Sinks.File(>= 4.1.0)