pub async fn prepare_request_body(
method: DavMethod,
payload: &mut Payload,
xml_limit: usize,
) -> Result<DavPreparedBody, DavBodyError>Expand description
Applies the method-owned body policy while leaving streaming PUT bodies untouched.