Skip to content
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

Missing support for bulk PROPFIND requests #124

Open
paulmillar opened this issue Aug 10, 2022 · 0 comments
Open

Missing support for bulk PROPFIND requests #124

paulmillar opened this issue Aug 10, 2022 · 0 comments

Comments

@paulmillar
Copy link

The get_property method already exists, which allows querying of properties via the WebDAV PROPFIND method. This is limit to querying a single WebDAV property.

The underlying WebDAV PROPFIND method supports querying multiple properties in one HTTP request. Under certain circumstances, querying multiple properties in a single request could bring significant performance benefits. Examples include when there is high network latency or when the WebDAV server spends significant time preprocessing each request.

Therefore, I think it would be a useful addition if the client were updated to support an additional method to allow querying multiple properties with a single PROPFIND request.

(Interestingly, this feature already exists for the set_property method via the set_property_batch method. Although the implementation seems to be incomplete as this method appears to be missing from the Resource API.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant