CookieStore

Provides factory for CookieStore.

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object Null extends CookieStore

A cookie store that effectively does nothing.

A cookie store that effectively does nothing.

It does not add cookies with put, nor does it retrieve any with get.

Value members

Concrete methods

def apply(cookies: Seq[PersistentCookie]): CookieStore

Creates cookie store with initial collection of cookies.

Creates cookie store with initial collection of cookies.

Value Params
cookies

initial collection of cookies