CookieStore

scamper.http.cookies.CookieStore
See theCookieStore companion trait
object CookieStore

Provides factory for CookieStore.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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.

Attributes

Supertypes
trait CookieStore
class Object
trait Matchable
class Any
Self type
Null.type

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 parameters

cookies

initial collection of cookies

Attributes