abstract class ClientUpgradeContent : NoContent
ClientUpgradeContent() |
val output: ByteWriteChannel |
suspend fun pipeTo(output: ByteWriteChannel): Unit |
|
abstract fun verify(headers: Headers): Unit |
fun OutgoingContent.wrapHeaders(block: (Headers) -> Headers): OutgoingContent
Generates a new OutgoingContent of the same abstract type but with OutgoingContent.headers transformed by the specified block. |