ParserConfiguration
play.api.http.ParserConfiguration
case class ParserConfiguration(maxMemoryBuffer: Long, maxDiskBuffer: Long, allowEmptyFiles: Boolean)
Configuration for body parsers.
Value parameters
- allowEmptyFiles
-
If empty file uploads are allowed (no matter if filename or file is empty)
- maxDiskBuffer
-
The maximum size that a request body should be buffered on disk.
- maxMemoryBuffer
-
The maximum size that a request body that should be buffered in memory.
Attributes
- Graph
-
- Supertypes
Members list
In this article