LimitsMiddleware by Damian Hickey

<PackageReference Include="LimitsMiddleware" Version="3.2.0" />

 LimitsMiddleware 3.2.0

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 length.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>LimitsMiddleware</id>
    <version>3.2.0</version>
    <title>Limits Middleware</title>
    <authors>Damian Hickey</authors>
    <owners>Damian Hickey</owners>
    <licenseUrl>https://github.com/damianh/LimitsMiddleware/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/damianh/LimitsMiddleware</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>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 length.</description>
    <releaseNotes>Can configure the log name for various limiters.</releaseNotes>
    <tags>owin, middleware, throttling, limits</tags>
  </metadata>
</package>