ExpressResponse

interface ExpressResponse

Represents a very basic binding for a response object passed to an Express handler function.

Note that this interface does not cover many fields and methods expected by regular Express applications, as it is intended only for demonstration purposes.

Functions

Link copied to clipboard
abstract fun send(body: Value)

Sends this response with the given body.