append
Appends a cookie item using the Set-Cookie
response header.
Content copied to clipboard
fun append(name: String, value: String, encoding: <ERROR CLASS> = CookieEncoding.URI_ENCODING, maxAge: Long = 0, expires: <ERROR CLASS>? = null, domain: String? = null, path: String? = null, secure: Boolean = false, httpOnly: Boolean = false, extensions: Map<String, String?> = emptyMap())
Content copied to clipboard
Appends a cookie using the Set-Cookie
response header from the specified parameters.