Record
server-context
Server context passed to client handlers
Contains information about the server connection.
record server-context {
output: option<borrow<output-stream>>,
}Fields
| Name | Type | Description |
|---|---|---|
| output | option<borrow<output-stream>> | Output stream for client-initiated messages |