%% You should probably cite draft-ietf-httpbis-resumable-upload-03 instead of this revision. @techreport{ietf-httpbis-resumable-upload-01, number = {draft-ietf-httpbis-resumable-upload-01}, type = {Internet-Draft}, institution = {Internet Engineering Task Force}, publisher = {Internet Engineering Task Force}, note = {Work in Progress}, url = {https://datatracker.ietf.org/doc/draft-ietf-httpbis-resumable-upload/01/}, author = {Marius Kleidl and Guoye Zhang and Lucas Pardue}, title = {{Resumable Uploads for HTTP}}, pagetotal = 21, year = 2023, month = mar, day = 2, abstract = {HTTP clients often encounter interrupted data transfers as a result of canceled requests or dropped connections. Prior to interruption, part of a representation may have been exchanged. To complete the data transfer of the entire representation, it is often desirable to issue subsequent requests that transfer only the remainder of the representation. HTTP range requests support this concept of resumable downloads from server to client. This document describes a mechanism that supports resumable uploads from client to server using HTTP.}, }