ClientUpgradeContent

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val contentLength: Long?
Link copied to clipboard
Link copied to clipboard
open val headers: Headers
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun <T : Any> getProperty(key: AttributeKey<T>): T?
Link copied to clipboard
suspend fun pipeTo(output: ByteWriteChannel)
Link copied to clipboard
open fun <T : Any> setProperty(key: AttributeKey<T>, value: T?)
Link copied to clipboard
open fun trailers(): Headers?
Link copied to clipboard
abstract fun verify(headers: Headers)
Link copied to clipboard

Generates a new OutgoingContent of the same abstract type but with OutgoingContent.headers transformed by the specified block.