okhttp-parent
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
okhttp-parent
mockwebserver
/
okhttp3.mockwebserver
/
MockResponse
/
setChunkedBody
set
Chunked
Body
fun
setChunkedBody
(
body
:
Buffer
,
maxChunkSize
:
Int
)
:
MockResponse
fun
setChunkedBody
(
body
:
String
,
maxChunkSize
:
Int
)
:
MockResponse