decodeCookieValue

fun decodeCookieValue(encodedValue: String, encoding: CookieEncoding): String(source)

Decode cookie value using the specified encoding

Report a problem