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.server
/
HttpServerResponse
/
respondBytes
respond
Bytes
abstract
fun
respondBytes
(
scope
:
CoroutineScope
,
byteArray
:
ByteArray
)
:
Job
向客户端发送一个字节数组作为响应体。
Parameters
scope
执行此异步操作的协程作用域。
byte
Array
要发送的字节数据。