ktor-io / io.ktor.utils.io.core / isEmpty

isEmpty

inline val Input.isEmpty: Boolean
Deprecated: Use endOfInput property instead

For streaming input it should be Input.endOfInput instead.

inline val ByteReadPacket.isEmpty: Boolean