byteStream

abstract fun byteStream(): InputStream

Returns an InputStream that reads the content of this HTTP response. Note that the content is consumed when reading out the input stream, thus subsequent calls will fail with an exception.

Since

200.2.0