You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a use case where we are considering ETags as a mechanism for supporting caching Redfish resources. At the moment, it doesn't seem like libredfish supports HTTP ETag.
We were just wondering if there would be interest in ETag support, and whether there were already some considerations or constraints that were considered for this feature.
The text was updated successfully, but these errors were encountered:
Right now libredfish always goes and gets the latest copy of everything without caching. If you wanted to add a caching layer than etag would certainly be useful. I also haven't run in to any implementations that require If-Match headers so we haven't done that yet either, but it could be added.
We have a use case where we are considering ETags as a mechanism for supporting caching Redfish resources. At the moment, it doesn't seem like libredfish supports HTTP ETag.
We were just wondering if there would be interest in ETag support, and whether there were already some considerations or constraints that were considered for this feature.
The text was updated successfully, but these errors were encountered: