dfinity / certified-assets

A certified assets canister written in Rust.
Apache License 2.0
39 stars 15 forks source link

Add support for ETag caching #14

Closed hpeebles closed 2 years ago

hpeebles commented 2 years ago

This is a WIP.

The boundary nodes need to be updated to allow the If-None-Match header before any of this will work anywhere other than locally.

Fixes the ETag part of #8.

roman-kashitsyn commented 2 years ago

I implemented the same feature here: https://github.com/dfinity/cdk-rs/pull/254