-
Notifications
You must be signed in to change notification settings - Fork 135
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
ETag in response for single entity support in RESTier #22
Milestone
Comments
chinadragon0515
changed the title
ETag support in RESTier
ETag in response for single entity support in RESTier
Jun 29, 2016
Make changes for EntityResult to without wrapper any more. So EtagMessageHandler can be used. For EntityCollectionResult, keep unchanged as it will not have etag header returned. |
Merged
Document updated, close the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now the question is:
If we must keep EntityResult and EntityCollectionResult, we'd have to implement another etag handler to add the ETag header into response.
The text was updated successfully, but these errors were encountered: