Cookie

object Cookie
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Cookie.type

Type members

Classlikes

object SameSite
Companion:
class
sealed trait SameSite
Companion:
object

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

Decodes from Cookie header value inside of Request into a cookie

Decodes from Cookie header value inside of Request into a cookie

def decodeResponseCookie(headerValue: String, secret: Option[String]): Option[Cookie]

Decodes from Set-Cookie header value inside of Response into a cookie

Decodes from Set-Cookie header value inside of Response into a cookie