PlainCookie

scamper.http.cookies.PlainCookie
See thePlainCookie companion trait
object PlainCookie

Provides factory for PlainCookie.

Attributes

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

Members list

Value members

Concrete methods

def apply(name: String, value: String): PlainCookie

Creates cookie with supplied name and value.

Creates cookie with supplied name and value.

Attributes

def parse(cookie: String): PlainCookie

Parses formatted cookie.

Parses formatted cookie.

Attributes

def parseAll(cookies: String): Seq[PlainCookie]

Parses formatted list of cookies.

Parses formatted list of cookies.

Attributes