ktor-client-core / io.ktor.client.statement / DefaultHttpResponse / content

content

val content: ByteReadChannel

Overrides HttpResponse.content

Unmodified ByteReadChannel with the raw payload of the response.

Note: this content doesn't go through any interceptors from HttpResponsePipeline. If you need modified content, use HttpResponsereceive function.