fun setChunkedBody(body: Buffer, maxChunkSize: Int): MockResponse
Sets the response body to body, chunked every maxChunkSize bytes.
fun setChunkedBody(body: String, maxChunkSize: Int): MockResponse
Sets the response body to the UTF-8 encoded bytes of body, chunked every maxChunkSize bytes.