Net Response Body
class NetResponseBody(responseBody: ResponseBody, progressListeners: ConcurrentLinkedQueue<ProgressListener>?, complete: () -> Unit?) : ResponseBody
Content copied to clipboard
Functions
byteStream
Link copied to clipboard
byteString
Link copied to clipboard
charStream
Link copied to clipboard
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