requestByteArray

suspend fun requestByteArray(url: String, onDownload: suspend (bytesSentTotal: Long, contentLength: Long?) -> Unit = { _: Long, _: Long? -> }): <Error class: unknown class><ByteArray, ActionError>

Return

A body ByteArray of a https request or null if status code is not OK.