-
Notifications
You must be signed in to change notification settings - Fork 123
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
Support for multiple representations for a URL #112
Comments
(Also, I'd be happy to implement this if you agree with the design.) |
Boop +1 |
Sounds good ... @dasch want to make a PR ? ( I'm the maintainer now 😭 ) |
@grosser we've switched to caching with Nginx in the meantime :-x I probably won't have time to look at this in the short term, but it shouldn't be too difficult. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In some cases it makes sense to have multiple resources for the same URL, e.g. one for logged-in and one for anonymous users. I believe the spec supports this, as e.g.
If-None-Match
can contain a list of ETags.I propose the following change:
If-None-Match
.This would allow the application to control exactly what is returned to the client.
The text was updated successfully, but these errors were encountered: