gcs-proxy-cloud-run icon indicating copy to clipboard operation
gcs-proxy-cloud-run copied to clipboard

feat: handle if-none-match header and also send etag to client

Open mccare opened this issue 2 years ago • 0 comments

This will add etag support to GET requests.

  • send the etag along in the response headers
  • test for "if-none-match" header and compare the values to the etag from GCS.

I'm a go newbie, so feel free to correct or ask for corrections where something doesn't fit in the schema.

mccare avatar Dec 11 '22 02:12 mccare