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

cookie

open static fun cookie(name: String, value: String): Cookie

Create a new cookie

Parameters

name - the name of the cookie

value - the cookie value

Return
the cookie