shiny
shiny copied to clipboard
[Feature Request]: HTTP Transfers - Resumable Uploads
Summary
Hard due to multipart
Harder on iOS where we have to create the raw protocol. In order to do this, we have to remove the multipart on iOS.... hmmm
API Changes
Hopefully none again
Intended Use Case
Improve
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
iOS 17 will have the necessary APIs for this, however, it only supports a newer HTTP protocol.
Android should be easy if we track "where" we are, but we should rely on server metrics. May not be doable yet.
This is delayed until iOS 17 in any case.