tomdesair / tus-java-server

Library to receive tus v1.0.0 file uploads in a Java server environment
MIT License
128 stars 60 forks source link

Support for IETF Resumable Uploads for HTTP #67

Open TheCycoONE opened 2 months ago

TheCycoONE commented 2 months ago

The TUS protocol is becoming an IETF standard with some changes; at this time the current draft version is https://www.ietf.org/archive/id/draft-ietf-httpbis-resumable-upload-04.html

Is there a plan to support the IETF draft versions in this library.