Metadata >> NuGet >> WebApiThrottle

WebApiThrottle

Metadata

Authors Stefan Prodan
Copyrights Stefan Prodan 2013-2015
Description 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 with ASP.NET Web API hosted is IIS, Owin with IIS and Owin self-hosted.
Language en-US
Owners Stefan Prodan
ProjectUrl https://github.com/stefanprodan/WebApiThrottle
RequireLicenseAcceptance False
Tags ASP.NET Web API, Owin, throttling, rate limits
Dependencies Microsoft.AspNet.WebApi.Core:5.2.3|Microsoft.Owin:3.0.1|Newtonsoft.Json:6.0.8
Title ASP.NET Web API Rate Limiter
PackageSize 76389
PackageHashAlgorithm SHA512
PackageHash +9MWJqBhwZT1tb/3H/02DBUTZW4k9UkmsO4tXdGOwb3UAc2EPA69mbBhNfz0dmqJ79p2qAffFV5RMP0YCkleww==
DownloadCount 000000
CreatedDate 2015-02-26T17:46:18

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install WebApiThrottle -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install WebApiThrottle -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package WebApiThrottle
Installing the package (HTTP Basic authentication):
Install-Package WebApiThrottle -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package WebApiThrottle -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package WebApiThrottle

OpenWrap

Installing the package:
o add-wrap WebApiThrottle
Uninstalling the package:
o remove-wrap WebApiThrottle

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.4.0
1.3.2
1.3.1
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0