propstat
Propstat is an XML element defined by the WebDAV protocol (RFC 4918) used in multistatus responses to methods such as PROPFIND and PROPPATCH. It groups a set of properties and associates them with a single HTTP status code, enabling servers to report the outcome for multiple properties efficiently within one response.
A propstat element contains two required children: a prop element, which lists the properties and their values
Propstat is part of the multistatus response format (HTTP 207) used by WebDAV. In a PROPFIND response,
In practice, clients parse the multistatus XML to construct a map of property values by resource and
See also PROPFIND, PROPPATCH, WebDAV, RFC 4918, Multistatus.