Domain.RateLimiting.Core
5.0.3-alpha
Contains the core abstractions and classes for rate limiting.
This is a prerelease version of Domain.RateLimiting.Core.
Install-Package Domain.RateLimiting.Core -Version 5.0.3-alpha
dotnet add package Domain.RateLimiting.Core --version 5.0.3-alpha
<PackageReference Include="Domain.RateLimiting.Core" Version="5.0.3-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Domain.RateLimiting.Core --version 5.0.3-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5.2
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Security.Claims (>= 4.3.0)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Domain.RateLimiting.Core:
Package | Downloads |
---|---|
Domain.RateLimiting.Redis
provides a distributed Redis implementation of the IRateLimitingCacheProvider from the Domain.RateLimiting.Core package meaning that it can be used from multiple servers which is more suiting to real production environments. This is the package that keeps track of the call count per time window and gives a go or no go based on the number of calls made so far. The libraries in this repo provide distributed implementations of rate limiting using Redis for the following algorithms:
* SteppingTimeWindow
* SlidingTimeWindow
* LeakyBucket
You can even add your own implementation by implementing the IRateLimitingCacheProvider.
|
|
Domain.RateLimiting.WebApi
Rate limiting action filter for Web Api
|
|
Domain.RateLimiting.AspNetCore
Contains the rate limiting action filter which works with Domain.RateLimiting.Core
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
5.0.3-alpha | 889 | 7/13/2018 |
5.0.1-alpha | 520 | 5/17/2018 |
4.0.3-alpha | 492 | 5/3/2018 |
4.0.1-alpha | 535 | 5/1/2018 |
1.0.1-alpha | 647 | 11/17/2017 |