-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List Directory With Extra info like Etag #73
Comments
Perhaps the closest example is found in WebDAV, 9.1.5. Example - Using So-called 'allprop' (properties available for file entries), which shows a list of properties that can be retrieved for a directory and/or file listing. I'm not sure how instructive it is for us, other than giving us general ideas like: size, creation date, modified date, writable, filetype, etc. For our purposes, we probably need just a minimum of: name, size, modified time, and created-at-version. |
We decided that this is not worth the added complexity. |
We still want this for cases where doing parallel requests is slow. I would be happy with something like this:
|
Added in https://git.sr.ht/~ushin/hypercore-fetch-ushin/commit/1e22c1b. Thanks! |
The text was updated successfully, but these errors were encountered: