`Input` is now deprecated in favor of kotlinx-io. ...
# ktor
s
Input
is now deprecated in favor of kotlinx-io. What should I use here instead?
Copy code
val input: io.ktor.utils.io.core.Input = <http://httpClient.post|httpClient.post>(DROPBOX_DOWNLOAD_URL) {
    header(DROPBOX_API_ARG_HEADER_NAME, pathJson)
    accept(ContentType.Any)
}.body()
e
Hey! ByteReadPacket
s
Thanks 🙂