AspNetCoreExt.Qos.RateLimit by Yves Marx

<PackageReference Include="AspNetCoreExt.Qos.RateLimit" Version="1.0.0" />

 AspNetCoreExt.Qos.RateLimit 1.0.0

ASP.NET Core QoS is a set of high-performance and highly customizable middlewares that allow to set different limits on requests (quotas, rates, concurrency,...).

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>AspNetCoreExt.Qos.RateLimit</id>
    <version>1.0.0</version>
    <authors>Yves Marx</authors>
    <owners>Yves Marx</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/Yves57/AspNetCoreExt-Qos/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/Yves57/AspNetCoreExt-Qos</projectUrl>
    <description>ASP.NET Core QoS is a set of high-performance and highly customizable middlewares that allow to set different limits on requests (quotas, rates, concurrency,...).</description>
    <copyright>Copyright © Yves Marx 2018</copyright>
    <tags>aspnetcore concurrency rate limit quota qos</tags>
    <repository type="git" url="https://github.com/Yves57/AspNetCoreExt-Qos" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="AspNetCoreExt.Qos.Abstractions" version="1.0.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.AspNetCore.Http.Abstractions" version="2.1.1" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Options" version="2.1.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>