SetCookie

harness.http.server.SetCookie
See theSetCookie companion object
final case class SetCookie

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def cookieString: String
def isUnset: Boolean
def maxAge(a: Option[Int]): SetCookie
inline def maxAge(a: Int): SetCookie
def name: String
def path(p: Option[String]): SetCookie
inline def path(p: String): SetCookie
inline def rootPath: SetCookie
def sameSite(ss: Option[SameSite]): SetCookie
inline def sameSite(ss: SameSite): SetCookie
def secure(s: Boolean): SetCookie
inline def secure: SetCookie
def value: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product