Closed jcgo810326 closed 1 year ago
Unfortunately, there is no native feature for this right now. However, you may be able to workaround this by overwriting the prepareConnection
method to obtain the HttpUrlConnection object. In https://github.com/tus/tus-java-client/issues/59 this is described for retrieving response headers but it may also work for the response body.
Closing this in favor of https://github.com/tus/tus-java-client/issues/98
I need your clients to be able to receive a json structure, after an exception or when finishing the file upload job. It's possible??