add

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

repeated bytes content = 4;

Parameters

value

The content to add.