io.github.edadma.apion.Cookie
See theCookie companion object
case class Cookie(name: String, value: String, domain: Option[String], path: Option[String], maxAge: Option[Int], expires: Option[Instant], secure: Boolean, httpOnly: Boolean, sameSite: Option[String])
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article