pub async fn copy_async(
    path: PathBuf,
    response: Response
) -> Result<PathBuf, AsyncIoError>