vertx / io.vertx.ext.web / Cookie / setPath

setPath

abstract fun setPath(path: String): Cookie

Sets the path of this cookie.

Parameters

path - The path to use for this cookie

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