send

abstract override fun send(status: Int, body: PolyglotValue?)

Exported method allowing guest code to send a response to the client with the given status code and body.

Parameters

status

The HTTP status code to send.

body

The body of the response to send.