CookieMiddleware

io.github.edadma.apion.CookieMiddleware

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

implicit class CookieManagementOps(request: Request)

Cookie management extensions

Cookie management extensions

Attributes

Supertypes
class Object
trait Matchable
class Any
sealed trait CookieSigner

Cookie signing utilities

Cookie signing utilities

Attributes

Supertypes
class Object
trait Matchable
class Any
class JsonCookieParser(parseJSON: Boolean, cookies: Map[String, String])

JSON parsing utilities

JSON parsing utilities

Attributes

Supertypes
class Object
trait Matchable
class Any
case class Options(secret: Option[String], parseJSON: Boolean)

Configuration options for cookie management

Configuration options for cookie management

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Presets

Common configurations

Common configurations

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Presets.type

Value members

Concrete methods

def apply(options: Options): Handler

Create cookie management middleware with default options

Create cookie management middleware with default options

Attributes

Implicits

Implicits

final implicit def CookieManagementOps(request: Request): CookieManagementOps

Cookie management extensions

Cookie management extensions

Attributes