RequestAttrKey
play.api.mvc.request.RequestAttrKey
object RequestAttrKey
Keys to request attributes.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RequestAttrKey.type
Members list
Value members
Concrete fields
The key for the request attribute storing a Cell with play.api.mvc.Cookies in it.
val DeferredBodyParsing: TypedKey[(Future[Accumulator[ByteString, Result]], Boolean) => Future[Result]]
The key for the request attribute storing a Cell with the play.api.mvc.Flash cookie in it.
The key for the request attribute storing a Cell with the play.api.mvc.Flash cookie in it.
Attributes
The key for the request attribute storing a request id.
The key for the request attribute storing a request id.
Attributes
The key for the request attribute storing the server name.
The key for the request attribute storing the server name.
Attributes
The key for the request attribute storing a Cell with the play.api.mvc.Session cookie in it.
The key for the request attribute storing a Cell with the play.api.mvc.Session cookie in it.
Attributes
In this article