Closed Dorvaryn closed 12 years ago
Sorry for not telling you, but I actually thought about this use case while writing the read
function. If you call read
with depth < 0
it will just send you the headers (with last-modified
) without content or subfiles. I should document this somewhere.
I think a date
function is not needed, and I'd like to keep the API as small and simple as possible if you don't mind :)
Closing because I think the desired behavior is already implemented, but feel free to complain if it's actually not the case.
A date function in order to get last-modified information without having to load everything about the file. Allow the use of LRU cache in thrid party applications using the API.