pub async fn handle_head_without_ctx(
    garage: Arc<Garage>,
    req: &Request<impl Body>,
    bucket_id: Uuid,
    key: &str,
    part_number: Option<u64>
) -> Result<Response<ResBody>, Error>
Expand description

Handle HEAD request for website