s3rius / rustus

TUS protocol implementation in Rust.
https://s3rius.github.io/rustus/
MIT License
150 stars 13 forks source link

Added content-disposition from metadata. #144

Closed s3rius closed 10 months ago

s3rius commented 10 months ago

If filename is passed in metadata, then it will be used as content disposition when returning responses.

This request closes #140.