decodeString

suspend fun ByteArray.decodeString(charset: Charset = Charsets.UTF_8): Try<String, DecodeError>

Content as plain text.