vertx / io.vertx.ext.web / Cookie / setDomain

setDomain

abstract fun setDomain(domain: String): Cookie

Sets the domain of this cookie

Parameters

domain - The domain to use

Return
a reference to this, so the API can be used fluently