o

play.api.mvc.request

RequestAttrKey

object RequestAttrKey

Keys to request attributes.

Source
RequestAttrKey.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestAttrKey
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val CSPNonce: TypedKey[String]

    The CSP nonce key.

  2. val Cookies: [[Cookies]]

    The key for the request attribute storing a with play.api.mvc.Cookies in it.

  3. val DeferredBodyParsing: TypedKey[(Future[Accumulator[ByteString, Result]], Boolean) => Future[Result]]
  4. val Flash: [[Flash]]

    The key for the request attribute storing a with the play.api.mvc.Flash cookie in it.

  5. val Id: TypedKey[Long]

    The key for the request attribute storing a request id.

  6. val Server: TypedKey[String]

    The key for the request attribute storing the server name.

  7. val Session: [[Session]]

    The key for the request attribute storing a with the play.api.mvc.Session cookie in it.