Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user/private flag to state variable #1241

Closed
kpdecker opened this issue Dec 25, 2013 · 0 comments
Closed

Add user/private flag to state variable #1241

kpdecker opened this issue Dec 25, 2013 · 0 comments
Assignees
Labels
breaking changes Change that can breaking existing code feature New functionality or improvement
Milestone

Comments

@kpdecker
Copy link
Contributor

When this flag is set and that state value is set for a response then the request should be marked for private client caching automagically.

I.e. something like this very bad psuedocode

setState() {
  if (respose.cache && stateConfig.private) {
    response.cache.private = true;
  }
}
@ghost ghost assigned hueniverse Dec 25, 2013
jmonster pushed a commit to jmonster/hapi that referenced this issue Feb 10, 2014
@lock lock bot locked as resolved and limited conversation to collaborators Jan 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking changes Change that can breaking existing code feature New functionality or improvement
Projects
None yet
Development

No branches or pull requests

2 participants