Net Response Body
class NetResponseBody(responseBody: ResponseBody, progressListeners: ConcurrentLinkedQueue<ProgressListener>?, complete: () -> Unit?) : ResponseBody
Content copied to clipboard
Functions
contentLength
Link copied to clipboard
contentType
Link copied to clipboard
peekString
Link copied to clipboard
fun peekString(byteCount: Long = 1024 * 1024 * 4, discard: Boolean = false): String
Content copied to clipboard