content
Deprecated
This method was renamed to readRawBytes() to reflect what it does.
Replace with
readRawBytes()
Content copied to clipboard
Provides a raw ByteReadChannel to the response content as it was read from the network. This content can be still compressed or encoded.
This content doesn't go through any interceptors from HttpResponsePipeline.
If you need to read the content as decoded bytes, use the bodyAsChannel method instead.