Is there a way to stream content from the http cli...
# ktor
a
Is there a way to stream content from the http client?
e
Hi, @avolkmann. You could use
ByteReadChannel
as body.
a
Thank you!
However, I am seeing the following:
kotlinx.coroutines.io.ByteBufferChannel cannot be cast to io.ktor.client.call.HttpClientCall
guess I need to implement
OutgoingContent
e
Could you provide the request sample?(
WriteChannelContent
probably)