addAllContent

open fun addAllContent(values: Iterable<out ByteString>): HttpBody.Builder
Content chunks which constitute this payload; fixed-size responses have only one chunk.
repeated bytes content = 4;

Return

This builder for chaining.

Parameters

values

The content to add.