KrosstalkResponse
class KrosstalkResponse(statusCode: Int, contentType: String?, responseHeaders: Headers, responseBody: ByteArray)
Content copied to clipboard
A response to send from the server. Should not set content type if contentType is null.
Constructors
Link copied to clipboard
fun KrosstalkResponse(statusCode: Int, contentType: String?, responseHeaders: Headers, responseBody: ByteArray)
Content copied to clipboard