plan_report_request

Function plan_report_request 

Source
pub fn plan_report_request(
    snapshot: &DavCapabilitySnapshot,
    body: &[u8],
) -> Result<DavReportRequest, DavReportPlanError>
Expand description

Parses a REPORT using the RFC default Depth 0 and default hard limits.

ยงErrors

Returns an error when grammar, limits, or the target capability snapshot reject the report.