aspnet / BasicMiddleware

[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
169 stars 84 forks source link

Add Support for the AbortRequest action in Url Rewrite #136

Closed mikaelm12 closed 8 years ago

mikaelm12 commented 8 years ago

An AbortRequest action causes the URL Rewrite Module to drop the HTTP connection for the current request. The action does not have any parameters. Use of this action implies that no subsequent rules are evaluated for the current URL after this action is performed.

mikaelm12 commented 8 years ago

Being addressed in https://github.com/aspnet/BasicMiddleware/pull/134