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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product