setValueBytes

open fun setValueBytes(value: ByteString): Context.Cookie.Builder
Value of the cookie to set. Optional. If left empty, the specified cookie will be cleared.
string value = 2;

Return

This builder for chaining.

Parameters

value

The bytes for value to set.