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