vertx / io.vertx.ext.web / Cookie / isFromUserAgent

isFromUserAgent

abstract fun isFromUserAgent(): Boolean

Has this Cookie been sent from the User Agent (the browser)? or was created during the executing on the request.

Return
true if the cookie comes from the User Agent.