Open RangerMauve opened 1 year ago
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:
application/directory+json
)Added in https://git.sr.ht/~ushin/hypercore-fetch-ushin/commit/1e22c1b. Thanks!