I'm implementing new searching features in WWDC for OS X and since I'm indexing the transcripts for instant search It would be nice to know whether a particular transcript has been updated or not since the last time the indexer ran. This could be an additional field in the JSON returned or a header, the header would be nice so I could send just a HEAD request to check if it's been updated before fetching the whole thing.
I'm implementing new searching features in WWDC for OS X and since I'm indexing the transcripts for instant search It would be nice to know whether a particular transcript has been updated or not since the last time the indexer ran. This could be an additional field in the JSON returned or a header, the header would be nice so I could send just a
HEAD
request to check if it's been updated before fetching the whole thing.