tomdesair / tus-java-server

Library to receive tus v1.0.0 file uploads in a Java server environment
MIT License
131 stars 62 forks source link

Possible to add a body in the response ? #32

Open Guling85 opened 4 years ago

Guling85 commented 4 years ago

Hi thanks for a great lib. Im using it and its working fine. BUt i need some data to be returned in the body. Is there a way to modify the response? because i tried to modify the HttpServletResponse and that doest work. Thanks for help