setDomainBytes

open fun setDomainBytes(value: ByteString): Context.Cookie.Builder
Domain value of the cookie to set. Optional.
string domain = 3;

Return

This builder for chaining.

Parameters

value

The bytes for domain to set.