Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Extensibility for user operations of cached responses #52

Closed
JunTaoLuo opened this issue Sep 21, 2016 · 1 comment
Closed

Extensibility for user operations of cached responses #52

JunTaoLuo opened this issue Sep 21, 2016 · 1 comment

Comments

@JunTaoLuo
Copy link
Contributor

We may want to expose an extensibility point for users to modify the cached response. There are two instances where this can occur and we can add the extensibility to one or both. First is when the middleware first receives the response and is about to store it in cache. Second is when the middleware has retrieved the item from cache and is about to use it to serve a request. A scenario that may require this is for stripping out a few headers in an otherwise cacheable response.

@aspnet-hello
Copy link

This issue was moved to dotnet/aspnetcore#2618

@aspnet aspnet locked and limited conversation to collaborators Jan 2, 2018
@aspnet-hello aspnet-hello removed this from the 2.1.0 milestone Jan 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants