rusty-cat 0.2.2

Async HTTP client for resumable file upload and download.
Documentation
1
2
3
4
use crate::presigned::PresignedRangeDownload;

/// Aliyun OSS presigned range download protocol.
pub type AliOssPresignedRangeDownload = PresignedRangeDownload;