Right, sorry, I misread.
If you have a look at the write
method on Response, it looks like it is a shortcut to getting the response’s body stream and writing to it, performing getBody()
itself.
Right, sorry, I misread.
If you have a look at the write
method on Response, it looks like it is a shortcut to getting the response’s body stream and writing to it, performing getBody()
itself.