opendal
opendal copied to clipboard
Support conditional requests
It would be helpful to implement efficient cache support if conditional requests are supported directly. We can take conditional headers like IfMatch
, IfNoneMatch
, If-Modified-Since
, etc in OpRead
, OpWrite
, etc.
S3 directly supports conditional headers.