CookieStore

object CookieStore

Provides factory for CookieStore.

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets cookie store that is always empty.

Gets cookie store that is always empty.

The cookie store never adds any cookies in put, nor does it retrieve any in get.

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