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

ETag support #128

Open
dchanman opened this issue Nov 25, 2019 · 2 comments
Open

ETag support #128

dchanman opened this issue Nov 25, 2019 · 2 comments

Comments

@dchanman
Copy link
Contributor

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.

@pboyd04
Copy link
Contributor

pboyd04 commented Nov 26, 2019

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.

@jautor
Copy link
Member

jautor commented Dec 5, 2019

We'd certainly welcome any additional functionality to the library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants