tus / tusd

Reference server implementation in Go of tus: the open protocol for resumable file uploads
https://tus.github.io/tusd
MIT License
3.09k stars 480 forks source link

handler: Support RUFH draft -03 #1097

Closed Acconut closed 8 months ago

Acconut commented 8 months ago

This PR adds support for the new draft version. It does not include major changes beside allowing a new response code for HEAD requests (which we don't use) and an increment in the interoperability version.

This PR preserves the support for earlier draft versions.

Nealsoni00 commented 8 months ago

Appreciate your work here! Is there a plan to support the proposed upload progress notifications via informational responses?

Acconut commented 7 months ago

We should support that, yes. Can you please open a new issue for this?