Files
api-guidelines/protocol/caching.md
apidesigner 01eec77419 Updates core-principles/rules-for-extending.md
Auto commit by GitBook Editor
2017-02-01 16:04:55 +00:00

253 B

Caching

Include an ETag header in all responses, identifying the specific version of the returned resource. This allows users to cache resources and use requests with this value in the If-None-Match header to determine if the cache should be updated.