Skip to main content

prepare_request_body

Function prepare_request_body 

Source
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.