set

@JvmName(name = "setContent")
operator fun DslList<ByteString, HttpBodyKt.Dsl.ContentProxy>.set(index: Int, value: ByteString)
Content chunks which constitute this payload; fixed-size responses have only one chunk.

repeated bytes content = 4;

Parameters

index

The index to set the value at.

value

The content to set.