Skip to content

covenix / SseOptions

Interface: SseOptions

Defined in: src/decorators.ts:239

Options for Sse.

Properties

keepAlive?

optional keepAlive?: 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?

optional status?: number

Defined in: src/decorators.ts:241

HTTP status for the stream response. Defaults to 200.