sseUrl

Constructs the URL endpoint for Server-Sent Events (SSE) communication.

This property is a computed value derived from the base url property of the connection configuration. It appends the path /sse to the base URL, forming the full URL used for establishing Server-Sent Events connections. The returned URL conforms to the protocol, host, and port settings specified in the configuration.

Typical use cases of this property include subscribing to a server's event stream to receive real-time updates or notifications using SSE.