Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Dec 8, 2013
1 parent ea222ba commit df1ade2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ WebApiThrottle
==============

ASP.NET Web API Throttling handler is designed for controlling the rate of requests that clients
can make to an Web API based on IP address, client API key and request route.
can make to an Web API based on IP address, client API key and request route. WebApiThrottle package is available on NuGet at [nuget.org/packages/WebApiThrottle](https://www.nuget.org/packages/WebApiThrottle/).

Web API throttling can be configured using the built-in ThrottlePolicy, you can set multiple limits
Web API throttling can be configured using the built-in <code>ThrottlePolicy</code>, you can set multiple limits
for different scenarios like allowing an IP or Client to make a maximum number of calls per second, per minute, per hour or even per day.
You can define these limits to address all requests made to an API or you can scope the limits to each API route.

Expand Down

0 comments on commit df1ade2

Please sign in to comment.