WebApiThrottle v1.1

Features

  • self-hosting OWIN support added - demo project
  • throttler policy can be defined in web.config
  • added IThrottlePolicyProvider interface that allows loading at app startup the policy rules and settings from a persistent store like a database

Requirements

Version 1.1 is compatible with .NET 4.5.x and has the following dependencies:

  • Microsoft.AspNet.WebApi (≥ 5.0.0)
  • Microsoft.Owin (≥ 2.0.0)
  • Newtonsoft.Json (≥ 4.5.11)

To avoid version conflicts redirect bindings for Owin and System.Web.Http in config.

comments powered by Disqus