RawBuffer
play.api.mvc.RawBuffer
case class RawBuffer(memoryThreshold: Long, temporaryFileCreator: TemporaryFileCreator, initialData: ByteString)
Handle the request body a raw bytes data.
Value parameters
- initialData
-
the initial data, ByteString.empty by default.
- memoryThreshold
-
If the content size is bigger than this limit, the content is stored as file.
- temporaryFileCreator
-
the temporary file creator to store the content as file.
Attributes
- Graph
-
- Supertypes
Members list
In this article