Attributes
- Companion
- trait
- Source
- CookieDirectives.scala
- Graph
-
- Supertypes
- Self type
-
CookieDirectives.type
Members list
Value members
Inherited methods
Extracts the RequestCookie with the given name. If the cookie is not present the request is rejected with a respective MissingCookieRejection.
Extracts the RequestCookie with the given name. If the cookie is not present the request is rejected with a respective MissingCookieRejection.
Attributes
- Inherited from:
- CookieDirectives
- Source
- CookieDirectives.scala
Adds a Set-Cookie response header expiring the cookie with the given properties.
Adds a Set-Cookie response header expiring the cookie with the given properties.
Attributes
- Inherited from:
- CookieDirectives
- Source
- CookieDirectives.scala
Adds a Set-Cookie response header expiring the given cookies.
Adds a Set-Cookie response header expiring the given cookies.
Attributes
- Inherited from:
- CookieDirectives
- Source
- CookieDirectives.scala
Extracts the RequestCookie with the given name as an Option[HttpCookiePair]. If the cookie is not present a value of None is extracted.
Extracts the RequestCookie with the given name as an Option[HttpCookiePair]. If the cookie is not present a value of None is extracted.
Attributes
- Inherited from:
- CookieDirectives
- Source
- CookieDirectives.scala
Adds a `Set-Cookie` response header with the given cookies.
Adds a `Set-Cookie` response header with the given cookies.
Attributes
- Inherited from:
- CookieDirectives
- Source
- CookieDirectives.scala