getVaryBytes

open fun getVaryBytes(index: Int): ByteString
Set of HTTP request headers which cause this response to vary.
repeated string vary = 10;

Return

The bytes of the vary at the given index.

Parameters

index

The index of the value to return.