Include GET headers in dataSet object (Especially eTag) #779
Labels
enhancement
New feature request
Triaged
This means that we've a ticket to look at this in the future
It would be great if the dataset could harvest the headers as an object, maybe dataset.headers. Our particular case is we need to check the eTag in the header to see if a resource has been updated since last load, and then we wouldn't need to do an additional HEAD after loading the dataset to get that header.
The other information we need from the headers is whether or not a redirect occurred, and if so, what the redirected uri is.
The text was updated successfully, but these errors were encountered: