PlainCookie

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

Defines HTTP request cookie.

Attributes

See also
Companion
object
Graph
Supertypes
trait Cookie
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def name: String

Gets cookie name.

Gets cookie name.

Attributes

Inherited from:
Cookie
def value: String

Gets cookie value.

Gets cookie value.

Attributes

Inherited from:
Cookie