Closed avanderhoorn closed 9 years ago
This PR is ready for feedback.
Still not 100% sure about this as extension methods could achieve the same result with less code and infrastructure, but I can see that polluting the users intellisense is a concern.... just not sure if it warrants this much. But if that is a genuine concern I don't have a better solution.
Extension methods hanging off of context will be provided to perform common tasks such as
.ConfigureCors()
,.ConfigureCaching()
or.AddETag()
.