<?xml version="1.0" encoding="UTF-8"?>
<reference anchor="I-D.ietf-httpbis-resumable-upload" target="https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-resumable-upload-05">
   <front>
      <title>Resumable Uploads for HTTP</title>
      <author initials="M." surname="Kleidl" fullname="Marius Kleidl">
         <organization>Transloadit</organization>
      </author>
      <author initials="G." surname="Zhang" fullname="Guoye Zhang">
         <organization>Apple Inc.</organization>
      </author>
      <author initials="L." surname="Pardue" fullname="Lucas Pardue">
         <organization>Cloudflare</organization>
      </author>
      <date month="October" day="21" year="2024" />
      <abstract>
	 <t>   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.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-resumable-upload-05" />
   
</reference>
