sseSession

suspend fun HttpClient.sseSession(    reconnectionTime: Duration? = null,     showCommentEvents: Boolean? = null,     showRetryEvents: Boolean? = null,     block: HttpRequestBuilder.() -> Unit): ClientSSESession
suspend fun HttpClient.sseSession(    scheme: String? = null,     host: String? = null,     port: Int? = null,     path: String? = null,     reconnectionTime: Duration? = null,     showCommentEvents: Boolean? = null,     showRetryEvents: Boolean? = null,     block: HttpRequestBuilder.() -> Unit = {}): ClientSSESession
suspend fun HttpClient.sseSession(    urlString: String,     reconnectionTime: Duration? = null,     showCommentEvents: Boolean? = null,     showRetryEvents: Boolean? = null,     block: HttpRequestBuilder.() -> Unit = {}): ClientSSESession

Opens a ClientSSESession.