As per the RFC and MDN docs, ETag value is required to be enclosed in double quotes "<Value>".
When I make a request using CURL with the Accept-Encoding header as gzip, deflate, br, I do not receive the ETag in the response headers if ETag is not enclosed around double-quotes.
I am curious about why the ETag specification requires them to be enclosed in double-quotes?