HTTP Resumable Uploads on Apple Platforms

Hi all,

New on all Apple platforms, URLSession supports HTTP resumable uploads using the protocol in draft-ietf-httpbis-resumable-upload-01 <https://www.ietf.org/archive/id/draft-ietf-httpbis-resumable-upload-01.txt>. The WWDC23 session “Build robust and resumable file transfers <https://developer.apple.com/videos/play/wwdc2023/10006/>" describes the new API and is accompanied by a sample code project “Building a resumable upload server with SwiftNIO <https://developer.apple.com/documentation/foundation/urlsession/building_a_resumable_upload_server_with_swiftnio>". Excited to hear your thoughts and feedback, and looking forward to more implementations!

Best,
Jonathan
jflat@apple.com

Received on Thursday, 8 June 2023 23:15:43 UTC