class |
suspend fun HttpResponse.
Efficiently discards the remaining bytes of HttpResponse.content. |
|
suspend fun HttpResponse.
Exactly reads count bytes of the HttpResponse.content. suspend fun HttpResponse.
Reads the whole HttpResponse.content if Content-Length was specified. Otherwise it just reads one byte. |
|
suspend fun HttpResponse. |