pub fn collection_created_response(
prefix: &str,
path: &DavPath,
) -> Result<DavResponse, DavMutationResponseError>Expand description
Builds the successful MKCOL response.
ยงErrors
Returns DavMutationResponseError when Content-Location cannot be encoded.