pub fn put_success_response(
plan: &DavPutPlan,
prefix: &str,
path: &DavPath,
) -> Result<DavResponse, DavPutResponseError>Expand description
Builds the 201/204 response selected by the pre-write resource state.
ยงErrors
Returns DavPutResponseError when the success response headers cannot be encoded.