object RequestAttrKey
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequestAttrKey
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val CSPNonce: TypedKey[String]
The CSP nonce key.
- val Cookies: [[Cookies]]
The key for the request attribute storing a with play.api.mvc.Cookies in it.
- val DeferredBodyParsing: TypedKey[(Future[Accumulator[ByteString, Result]], Boolean) => Future[Result]]
- val Flash: [[Flash]]
The key for the request attribute storing a with the play.api.mvc.Flash cookie in it.
- val Id: TypedKey[Long]
The key for the request attribute storing a request id.
- val Server: TypedKey[String]
The key for the request attribute storing the server name.
- val Session: [[Session]]
The key for the request attribute storing a with the play.api.mvc.Session cookie in it.
Keys to request attributes.