Closed stevemao closed 7 years ago
If the destination option is supplied, issue an HTTP HEAD request to just get the headers, then compare the timestamp in the header to the last-modified timestamp on the file.
destination
Seems like something that could be done on top of download. I don't think it's worth adding here.
download
If the
destination
option is supplied, issue an HTTP HEAD request to just get the headers, then compare the timestamp in the header to the last-modified timestamp on the file.