Package io.ktor.client.response
Types
Functions
Link copied to clipboard
Efficiently discards the remaining bytes of HttpResponse.content.
Link copied to clipboard
Reads the whole HttpResponse.content if Content-Length was specified. Otherwise it just reads one byte.
Exactly reads count bytes of the HttpResponse.content.
Link copied to clipboard