get

abstract fun get(key: String, cookieAttribute: CookieAttribute = definedExternally): String?

Get cookie by key

Return

cookie as String

Parameters

key

key to get cookie

cookieAttribute