covenix / SseOptions
Interface: SseOptions
Defined in: src/decorators.ts:239
Options for Sse.
Properties
keepAlive?
optionalkeepAlive?:number
Defined in: src/decorators.ts:246
Heartbeat interval in milliseconds. When set, covenix sends a comment frame (: \n\n) this often to keep idle connections alive through proxies.
status?
optionalstatus?:number
Defined in: src/decorators.ts:241
HTTP status for the stream response. Defaults to 200.
