Description
Hello my fellow community members! :)
As you might be aware there is currently a lot of effort put into creating tus2, the next major version of tus, and present it to IEFT to make it a "real" HTTP standard.
NOTE: This is the configuration to use when the new "tus2" protocol, currently being discussed on the IETF httpwg Github. Until tus2 has been standardized, this issue won't be merged. Link to draft and discussions:
https://datatracker.ietf.org/doc/draft-tus-httpbis-resumable-uploads-protocol/
https://mailarchive.ietf.org/arch/msg/httpbisa/tqUWc48_DArsMUf5xH6rLW8SAVY/
Since the tus2 protocol is a completely new protocol I have created a POC for it that includes many of the changes requested to tusdotnet over the years (e.g. using BodyReader as default, the controller pattern, endpoint routing etc). This requires the new tusdotnet version to have a completely new setup system and handling and I would love some feedback on the new way of doing things!
Readme with examples on how to use the new code can be found in the POC branch: https://github.com/tusdotnet/tusdotnet/tree/POC/tus2
Feel free to post any comments/ideas here or if you're shy, just drop me an email with your comments.