rusty-cat 0.2.2

Async HTTP client for resumable file upload and download.
Documentation
1
2
3
4
5
#[derive(Debug, Default)]
pub(crate) struct MultipartSession {
    pub(crate) target_url: Option<String>,
    pub(crate) upload_id: Option<String>,
}