Skip to main content

collect_bounded_xml_body

Function collect_bounded_xml_body 

Source
pub async fn collect_bounded_xml_body(
    payload: &mut Payload,
    maximum: usize,
) -> Result<Vec<u8>, DavBodyError>
Expand description

Collects a bounded XML request body for grammar parsing by the protocol layer.