SSEClientContent
class SSEClientContent( val reconnectionTime: Duration, val showCommentEvents: Boolean, val showRetryEvents: Boolean, val maxReconnectionAttempts: Int, val callContext: CoroutineContext, val initialRequest: HttpRequestBuilder, requestBody: OutgoingContent) : OutgoingContent.ContentWrapper
Constructors
Link copied to clipboard
constructor( reconnectionTime: Duration, showCommentEvents: Boolean, showRetryEvents: Boolean, maxReconnectionAttempts: Int, callContext: CoroutineContext, initialRequest: HttpRequestBuilder, requestBody: OutgoingContent)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Generates a new OutgoingContent of the same abstract type but with OutgoingContent.headers transformed by the specified block.