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.
pub fn put_success_response(
plan: &DavPutPlan,
prefix: &str,
path: &DavPath,
) -> Result<DavResponse, DavPutResponseError>Builds the 201/204 response selected by the pre-write resource state.