expand PropFindResponse
Client::list
returns a PropFindResponse href.
Is it possible to add more fields to PropFindResponse
, eg: getcontentlength, creationdate, getlastmodified, etc
see: https://greenbytes.de/tech/webdav/rfc4918.html#rfc.section.9.1.5
it would be useful for when you call Client::list
that you have more info about the files and folders without doing a new query for each file, or am I doing it wrong ?
Edited by Frederik Delaere