Constant webdav_request::ALL_DROP

source ยท
pub const ALL_DROP: &str = r#"
<?xml version="1.0"?>
<d:propfind xmlns:d="DAV:">
    <d:allprop/>
</d:propfind>
"#;