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

setPath

open 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