awaitLine

inline suspend fun Connection.awaitLine(): String?
inline suspend fun Connection.awaitLine(ifEmpty: () -> String): String