addAll

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

repeated bytes content = 4;

Parameters

values

The content to add.