Stefan Matsson
Stefan Matsson
I agree with @nigoroll here. This seems like a implementation detail. tusdotnet already supports this by letting the developer specify an `AbsoluteExpiration` or a `SlidingExpiration`. Sliding will be updated on...
I have had this requested for tusdotnet several times so glad you added it to the spec! Some thoughts from a generic lib point of view: > The Server MAY...
> I have now specified the methods to send a Content-Location for, but actually I am not so sure if this is better. Sure, it does not make sense for...
I might be missing something but I don't really follow why this goes in the spec? It seems very domain specific to me. The server is free to include any...
@nigoroll Thanks for the explanation! That clears it up a lot. To be honest I still don't think this should be part of the tus protocol, mainly because it is...
I have written a server side implementation in .NET (as a OWIN middleware). Currently it supports the core protocol and the creation extension. Source code available at https://github.com/smatsson/tusdotnet Could you...
@kvz PR sent :)
@kvz Could you please re-publish the site? I was trying to do a PR for the gh-pages branch but I can't seem to run the scripts on my Windows box.
I like this extension! To be honest I think this is what the original checksum extension should have looked like. Hindsight is 20/20 I guess :) Naming is hard and...
> > I like this extension! To be honest I think this is what the original checksum extension should have looked like. Hindsight is 20/20 I guess :) Naming is...