index.md 687 B

net / com.drake.net.body / okhttp3.RequestBody

Extensions for okhttp3.RequestBody

Name Summary
peekString 复制一段指定长度的字符串内容fun RequestBody?.peekString(byteCount:Long= 1024 * 1024, discard:Boolean= false):String?
toNetRequestBody fun RequestBody.toNetRequestBody(request: Request): <ERROR CLASS>