tus / tusd

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

handler: Support RUFH draft -03 #1097

Closed Acconut closed 3 months ago

Acconut commented 3 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 3 months ago

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

Acconut commented 2 months ago

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