pub fn plan_download_response(
headers: &HeaderMap,
head_only: bool,
content_length: u64,
content_type: &str,
etag: Option<&str>,
last_modified: SystemTime,
) -> Result<DavDownloadPlan, DavDownloadPlanError>Expand description
Builds the GET/HEAD response and storage-read plan after product metadata has been resolved.