Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
41 packages returned for Tags:"Throttling"
Sort by
Relevance
Downloads
Recently updated
WebApiThrottle
by:
stefanprodan
2,747,787 total downloads
last updated
7/31/2017
Latest version:
1.5.4
ASP.NET
Web
API
Owin
throttling
rate
limits
WebApiThrottle message handler and action filter are designed for controlling the rate of requests that clients can make to an API based on IP address, client API key and request route. WebApiThrottle works...
More information
MvcThrottle
by:
stefanprodan
294,355 total downloads
last updated
3/12/2017
Latest version:
2.1.3
ASP.NET
MVC
throttling
rate
limits
MvcThrottle filter is designed for controlling the rate of requests that clients can make to a website based on IP address, request route, user-agent and client identity. You can set multiple limits for...
More information
Bert.
RateLimiters
by:
robert.mircea
79,173 total downloads
last updated
10/10/2019
Latest version:
1.0.15
ratelimiting
throttling
leakybucket
tokenbucket
Popular rate limiting algorithms. C# implementations of fixed token bucket and leaky token bucket throttling strategies
LimitsMiddleware
by:
damianh
Deprecated
72,246 total downloads
last updated
5/2/2016
Latest version:
3.2.0
owin
middleware
throttling
limits
Middleware that applies limits to an OWIN pipeline. Currently supported are max bandwidth, max concurrent requests, connection timeout, max request content length, max querystring length and max url...
More information
WebApiThrottle.
StrongName
by:
stefanprodan
97,682 total downloads
last updated
7/31/2017
Latest version:
1.5.4
ASP.NET
Web
API
Owin
throttling
rate
limits
WebApiThrottle message handler and action filter are designed for controlling the rate of requests that clients can make to an API based on IP address, client API key and request route. WebApiThrottle works...
More information
BrakePedal.
Redis
by:
omark
31,765 total downloads
last updated
4/1/2016
Latest version:
1.0.3
throttling
rate-limit
rate
limit
redis
The BrakePedal.Redis package contains an implementation of a Redis BrakePedal repository which uses StackExchange.Redis (https://github.com/StackExchange/StackExchange.Redis) for use with the BrakePedal...
More information
BrakePedal
by:
cnielson
omark
45,258 total downloads
last updated
4/1/2016
Latest version:
1.0.3
throttling
rate-limit
rate
limit
http
webapi
redis
Brake Pedal is a general purpose throttling library. The library provides the following features: - Time based throttling: limit X number of requests over Y time period. - Locking: block requests after X...
More information
ThrottlingSuite.
Http
by:
lennygran
27,435 total downloads
last updated
6/8/2014
Latest version:
1.3.1.15
throttle
Web
API
.NET
OWIN
throttling
controller
The Throttling Suite provides throttling control capabilities to the .NET Web API applications. It is highly customizable product, yet simple to use. The implementation supports all available hosting options...
More information
LimFx.
Common
by:
Boxiu
14,144 total downloads
last updated
2/6/2021
Latest version:
1.2.4
email
badwords
throttling
mongodb
A simple package contains basic crud functions, bad word replacer, rate limiter(throttling) and basic email service using mongodb
ManageRates.
Core
by:
msgritsenko
12,644 total downloads
last updated
4/4/2021
Latest version:
1.0.2
throttling
aspnet
core
Package Description
ManageRates.
AspnetCore
by:
msgritsenko
11,418 total downloads
last updated
4/4/2021
Latest version:
1.0.2
throttling
aspnet
core
Package Description
Burble
by:
acraven
23,641 total downloads
last updated
10/30/2018
Latest version:
0.0.6-preview0041
http
api
client
instrumenting
logging
retry
throttling
HTTP API library
Domain.
RateLimiting.
Core
by:
DomainGroup
kazi.zahir
5,524 total downloads
last updated
7/13/2018
Latest version:
5.0.3-alpha
ratelimiting
rate
limiting
throttling
API
throttling
request
throttling
Contains the core abstractions and classes for rate limiting.
LimitsMiddleware.
AspNetCore
by:
lukvermeulen
10,733 total downloads
last updated
11/1/2016
Latest version:
3.2.0-alpha
middleware
throttling
limits
aspnetcore
Middleware that applies limits to an aspnetcore pipeline. Currently supported are max bandwidth, max concurrent requests, connection timeout, max request content length, max querystring length and max url...
More information
SharpApiRateLimit
by:
andrecarlucci
17,434 total downloads
last updated
10/26/2018
Latest version:
1.0.0
throttling
api
ratelimit
asp.net
aspnetcore
rate-limit
throttle
Super simple API throttling / rate limit framework based on attributes
Domain.
RateLimiting.
AspNetCore
by:
DomainGroup
kazi.zahir
4,196 total downloads
last updated
7/13/2018
Latest version:
5.0.3-alpha
ratelimiting
rate
limiting
throttling
API
throttling
request
throttling
aspnetcore
Contains the rate limiting action filter which works with Domain.RateLimiting.Core
Domain.
RateLimiting.
Redis
by:
DomainGroup
kazi.zahir
6,462 total downloads
last updated
7/27/2018
Latest version:
5.0.4-alpha
ratelimiting
rate
limiting
throttling
API
throttling
request
throttling
redis
ratelimiting
More tags
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...
More information
Domain.
RateLimiting.
WebApi
by:
DomainGroup
kazi.zahir
6,259 total downloads
last updated
7/13/2018
Latest version:
5.0.3-alpha
webapi
filters
ratelimiting
rate
limiting
throttling
API
request
throttling
Rate limiting action filter for Web Api
BrakePedal.
Http
by:
omark
9,323 total downloads
last updated
4/1/2016
Latest version:
1.0.3
throttling
rate-limit
rate
limit
http
webapi
The BrakePedal.Http package provides code to use the BrakePedal library in a Web API application as an attribute, handler, or filter.
OperationRateLimiter
by:
fneiva2006
7,598 total downloads
last updated
4/17/2021
Latest version:
1.2.0
c#
dotnet
.NET
rate
limit
throttling
Pauses the program execution when an specified rate limit has been exceeded.
Previous
Next