Stefan Oltmann
08/02/2023, 4:42 PMInput
is now deprecated in favor of kotlinx-io. What should I use here instead?
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()
e5l
08/03/2023, 6:04 AMStefan Oltmann
08/03/2023, 6:49 AM