tus / tus-java-client

The tus client for Java.
https://tus.io
MIT License
212 stars 85 forks source link

Expose HTTP response to end users #98

Open Acconut opened 1 year ago

Acconut commented 1 year ago

Is your feature request related to a problem? Please describe.

Users currently cannot retrieve the response body. This includes successful responses (e.g. after an upload is finished), but also error cases, where the error message only includes the status code. The response body is not included in the message, although it usually includes more details.

Describe the solution you'd like

See https://github.com/tus/tus-java-client/issues/89, https://github.com/tus/tus-java-client/issues/59, https://github.com/tus/tus-java-client/issues/80, for example.