Cookies

io.laminext.util.cookies.Cookies$
object Cookies

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Cookies.type

Members list

Value members

Concrete methods

def list(include: Option[Set[String]]): Map[String, String]
def remove(key: String): String
def set(key: String, value: String, ttlSeconds: Option[Int], path: String, domain: Option[String], secure: Boolean): String