findProps<P extends PropfindRequestProp> abstract method
Retrieves properties defined on resource identified by from
.
see: https://datatracker.ietf.org/doc/html/rfc4918#section-9.1 and https://datatracker.ietf.org/doc/html/rfc4918#section-9.1.3
Implementation
Future<WebDavStdRequest<PropfindPropRequestParam<P>>>
findProps<P extends PropfindRequestProp>(
{required Iterable<P> props, Depth? depth});