addCookie

open fun addCookie(index: Int, value: Context.Cookie): Context.Builder
open fun addCookie(index: Int, builderForValue: Context.Cookie.Builder): Context.Builder
Specifies HTTP cookies to affix to the response associated with this context.
repeated .elide.page.Context.Cookie cookie = 8;