set

inline suspend fun CookieStore.set(name: String, value: String)(source)

The set() method of the CookieStore interface sets a cookie with the given name and value or options object.

MDN Reference


inline suspend fun CookieStore.set(options: CookieInit)(source)