DefaultWSCookie

play.api.libs.ws.DefaultWSCookie
case class DefaultWSCookie(name: String, value: String, domain: Option[String], path: Option[String], maxAge: Option[Long], secure: Boolean, httpOnly: Boolean) extends WSCookie

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WSCookie
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product