sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.http.client
/
HttpClientRequest
/
setWriteChannelContentBody
set
Write
Channel
Content
Body
abstract
fun
setWriteChannelContentBody
(
body
:
WriteChannelContent
.
(
)
->
Unit
)
设置请求体内容为
WriteChannelContent
, 一般用于上传大文件
Receiver
Parameters
body
用于构建
WriteChannelContent
的函数