Should eTags be unique for same URL but with different request parameters?
Say we are creating a server resource with a set of data with rows 1,2,3 and a REST endpoint that returns one row specified by parameter “row” on GET requests. We have a last modified date that changes for the entire data set and want to use that as the eTag for responses.