addContent

open fun addContent(value: 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

value

The content to add.